Home
last modified time | relevance | path

Searched defs:mockFile (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/finder/fs/
H A Dfs.go212 type mockFile struct { struct
213 bytes []byte
215 mockInode
426 func (m *MockFs) fileToFileInfo(f *mockFile, path string) (info *mockFileInfo) {
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivityTest.java559 final Uri mockFile = Uri.parse("content://mockdata"); in testDownload() local