Searched refs:getFullEscapedPath (Results 1 – 6 of 6) sorted by relevance
44 EasyMock.expect(rootEntry.getFullEscapedPath()).andStubReturn(rootPath); in setMockDirContents()51 EasyMock.expect(childMockEntry.getFullEscapedPath()).andStubReturn(fullPath); in setMockDirContents()74 EasyMock.expect(rootEntry.getFullEscapedPath()).andStubReturn(rootPath); in setMockDirPath()80 EasyMock.expect(childMockEntry.getFullEscapedPath()).andStubReturn(rootPath); in setMockDirPath()
50 public String getFullEscapedPath() { in getFullEscapedPath() method in FileEntryWrapper51 return mFileEntry.getFullEscapedPath(); in getFullEscapedPath()
34 public String getFullEscapedPath(); in getFullEscapedPath() method
63 EasyMock.expect(mMockStressFile.getFullEscapedPath()).andStubReturn(RUN_NAME); in setUp()
160 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory()
183 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory()