Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java995 final Path targetDirPath = targetDir.toPath(); in makeDirRecursive() local
996 final int directoriesCount = targetDirPath.getNameCount(); in makeDirRecursive()
999 currentDir = targetDirPath.subpath(0, i).toFile(); in makeDirRecursive()