Searched refs:getFullEscapedPath (Results 1 – 8 of 8) sorted by relevance
49 when(rootEntry.getFullEscapedPath()).thenReturn(rootPath); in setMockDirContents()56 when(childMockEntry.getFullEscapedPath()).thenReturn(fullPath); in setMockDirContents()77 when(rootEntry.getFullEscapedPath()).thenReturn(rootPath); in setMockDirPath()83 when(childMockEntry.getFullEscapedPath()).thenReturn(rootPath); in setMockDirPath()
50 public String getFullEscapedPath() { in getFullEscapedPath() method in FileEntryWrapper51 return mFileEntry.getFullEscapedPath(); in getFullEscapedPath()
34 public String getFullEscapedPath(); in getFullEscapedPath() method
66 when(mMockStressFile.getFullEscapedPath()).thenReturn(RUN_NAME); in setUp()
150 when(fakeEntry.getFullEscapedPath()).thenReturn(fakeFullPath); in testRun_doRunAllTestsInSubdirectory()
159 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory()
184 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory()
186 deleteDir(device, dataSubDir.getFullEscapedPath()); in doDeleteData()