Home
last modified time | relevance | path

Searched refs:getFullEscapedPath (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockFileUtil.java44 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()
/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java50 public String getFullEscapedPath() { in getFullEscapedPath() method in FileEntryWrapper
51 return mFileEntry.getFullEscapedPath(); in getFullEscapedPath()
DIFileEntry.java34 public String getFullEscapedPath(); in getFullEscapedPath() method
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNativeStressTestTest.java63 EasyMock.expect(mMockStressFile.getFullEscapedPath()).andStubReturn(RUN_NAME); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeStressTest.java160 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory()
DNativeBenchmarkTest.java183 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory()