Home
last modified time | relevance | path

Searched defs:getPath (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DLogFile.java73 public String getPath() { in getPath() method in LogFile
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java141 String getPath(String parent, String filename) { in getPath() method in GCSConfigurationFactory.GCSConfigLoader
/tools/tradefederation/core/javatests/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java189 public void getPath() throws Exception { in getPath() method in GCSConfigurationFactoryTest
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DBazelTest.java974 public Path getPath() { in getPath() method in BazelTest.LogFileWithType
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java912 public static String getPath(String... pathSegments) { in getPath() method in FileUtil