Searched refs:fromCodePath (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 56 @utf8InCpp String seInfo, int targetSdkVersion, @utf8InCpp String fromCodePath); in moveCompleteApp() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 384 String fromCodePath) throws InstallerException { in moveCompleteApp() argument 388 targetSdkVersion, fromCodePath); in moveCompleteApp()
|
H A D | PackageManagerService.java | 17789 final String fromCodePath; field in MoveInfo 17793 String fromCodePath) { in MoveInfo() argument 17801 this.fromCodePath = fromCodePath; in MoveInfo() 18999 move.fromCodePath); in copyApk() 19006 final String toPathName = new File(move.fromCodePath).getName(); in copyApk() 19045 final String toPathName = new File(move.fromCodePath).getName(); in cleanUp() 26221 final String fromCodePath; 26279 fromCodePath = codeFile.getParentFile().getAbsolutePath(); 26281 fromCodePath = codeFile.getAbsolutePath(); 26410 appId, seinfo, targetSdkVersion, fromCodePath);
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.h | 110 int32_t targetSdkVersion, const std::string& fromCodePath);
|
H A D | InstalldNativeService.cpp | 1188 int32_t targetSdkVersion, const std::string& fromCodePath) { in moveCompleteApp() argument 1204 android::base::Basename(fromCodePath).c_str()); in moveCompleteApp() 1208 int rc = copy_directory_recursive(fromCodePath.c_str(), to_app_package_path_parent.c_str()); in moveCompleteApp() 1210 res = error(rc, "Failed copying " + fromCodePath + " to " + to_app_package_path); in moveCompleteApp()
|