Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockFileUtil.java71 String... pathSegments) throws DeviceNotAvailableException { in setMockDirPath()
/tools/tradefederation/core/src/com/android/tradefed/result/
DFileSystemLogSaver.java234 List<String> pathSegments = new ArrayList<String>(); in createBuildDir() local
DLogFileSaver.java172 final List<String> pathSegments = new ArrayList<String>(); in generateTestArtifactPath() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DFileUtil.java787 public static File getFileForPath(File parentDir, String... pathSegments) { in getFileForPath()
798 public static String getPath(String... pathSegments) { in getPath()