Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTest.java216 String getFileName(String fullPath) { in getFileName()
234 protected boolean shouldSkipFile(String fullPath) throws DeviceNotAvailableException { in shouldSkipFile()
278 protected String getGTestCmdLine(String fullPath, String flags) { in getGTestCmdLine()
324 final String fullPath, final String flags) throws DeviceNotAvailableException { in runTest()
375 final String fullPath, in runTestXml()
DNativeStressTest.java161 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory() local
DNativeBenchmarkTest.java184 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory() local
DHostGTest.java155 final IShellOutputReceiver resultParser, final String fullPath, final String flags) { in runTest()
DGoogleBenchmarkTest.java282 protected boolean shouldSkipFile(String fullPath) { in shouldSkipFile()
DGTestBase.java556 protected String getGTestCmdLine(String fullPath, String flags) { in getGTestCmdLine()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockFileUtil.java50 String fullPath = rootPath + FileListingService.FILE_SEPARATOR + childName; in setMockDirContents() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryTest.java109 private boolean shouldSkipFile(String fullPath) throws DeviceNotAvailableException { in shouldSkipFile()
158 final String fullPath) in runTest()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java754 public boolean isExecutable(String fullPath) throws DeviceNotAvailableException; in isExecutable()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1176 String fullPath = new File(externalPath, remoteFilePath).getPath(); in pullFileFromExternal() local
1506 public boolean isExecutable(String fullPath) throws DeviceNotAvailableException { in isExecutable()
1658 String fullPath = item.getFullPath(); in pullDir() local