Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUtility.java663 String canonicalPath; in getFormattedPath() local
665 canonicalPath = file.getCanonicalPath(); in getFormattedPath()
667 canonicalPath = ""; in getFormattedPath()
670 return canonicalPath; in getFormattedPath()