Home
last modified time | relevance | path

Searched defs:rootEntry (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockFileUtil.java40 IFileEntry rootEntry = EasyMock.createMock(IFileEntry.class); in setMockDirContents() local
72 IFileEntry rootEntry = EasyMock.createMock(IFileEntry.class); in setMockDirPath() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DNativeStressTest.java149 IFileEntry rootEntry, ITestDevice testDevice, ITestInvocationListener listener) in doRunAllTestsInSubdirectory()
DNativeBenchmarkTest.java172 IFileEntry rootEntry, ITestDevice testDevice, ITestInvocationListener listener) in doRunAllTestsInSubdirectory()
DGoogleBenchmarkTest.java176 String rootEntry = root.substring(root.lastIndexOf("/") + 1); in doRunAllTestsInSubdirectory() local