Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java19006 final String toPathName = new File(move.fromCodePath).getName(); in copyApk() local
19007 codeFile = new File(Environment.getDataAppDirectory(move.toUuid), toPathName); in copyApk()
19045 final String toPathName = new File(move.fromCodePath).getName(); in cleanUp() local
19047 toPathName); in cleanUp()