Searched refs:fromCodePath (Results 1 – 4 of 4) sorted by relevance
58 @utf8InCpp String seInfo, int targetSdkVersion, @utf8InCpp String fromCodePath); in moveCompleteApp() argument
265 String fromCodePath) throws InstallerException { in moveCompleteApp() argument269 targetSdkVersion, fromCodePath); in moveCompleteApp()
107 int32_t targetSdkVersion, const std::string& fromCodePath);
1175 int32_t targetSdkVersion, const std::string& fromCodePath) { in moveCompleteApp() argument1191 android::base::Basename(fromCodePath).c_str()); in moveCompleteApp()1195 int rc = copy_directory_recursive(fromCodePath.c_str(), to_app_package_path_parent.c_str()); in moveCompleteApp()1197 res = error(rc, "Failed copying " + fromCodePath + " to " + to_app_package_path); in moveCompleteApp()