Home
last modified time | relevance | path

Searched refs:getParent (Results 1 – 3 of 3) sorted by relevance

/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
DBundleModule.java41 public AppBundle getParent() { in getParent() method in BundleModule
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java109 return Paths.get(parent).getParent().resolve(filename).normalize().toString(); in getPath()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileUtilFuncTest.java134 assertEquals(tmpParentDir.getAbsolutePath(), childDir.getParent()); in testCreateTempDir_parentFile()
159 assertEquals(tmpParentDir.getAbsolutePath(), tmpFile.getParent()); in testCreateTempFile_parentDir()