Searched defs:mockFile (Results 1 – 2 of 2) sorted by relevance
212 type mockFile struct { struct213 bytes []byte215 mockInode426 func (m *MockFs) fileToFileInfo(f *mockFile, path string) (info *mockFileInfo) {
559 final Uri mockFile = Uri.parse("content://mockdata"); in testDownload() local