Home
last modified time | relevance | path

Searched defs:fullPath (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java466 String getFileName(String fullPath) { in getFileName()
478 protected boolean isDeviceFileExecutable(String fullPath) throws DeviceNotAvailableException { in isDeviceFileExecutable()
492 protected boolean shouldSkipFile(String fullPath) throws DeviceNotAvailableException { in shouldSkipFile()
541 final String fullPath, final String flags) throws DeviceNotAvailableException { in runTest()
590 final String fullPath, in runTestXml()
646 protected String getGTestCmdLine(String fullPath, String flags) { in getGTestCmdLine()
DNativeStressTest.java160 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory() local
DGoogleBenchmarkTest.java210 protected boolean shouldSkipFile(String fullPath) { in shouldSkipFile()
DNativeBenchmarkTest.java183 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockFileUtil.java50 String fullPath = rootPath + FileListingService.FILE_SEPARATOR + childName; in setMockDirContents() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java972 String fullPath = (new File(externalPath, remoteFilePath)).getPath(); in pullFileFromExternal() local
1396 String fullPath = item.getFullPath(); in pullDir() local