Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java142 Path parentPath = Paths.get(parent).getParent(); in getPath() local
143 if (parentPath == null) { in getPath()
146 return parentPath.resolve(filename).normalize().toString(); in getPath()