Searched defs:pkgname (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Dutils.cpp815 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path, argument
833 volume_uuid, multiuser_get_user_id(uid), pkgname.c_str())
835 volume_uuid, multiuser_get_user_id(uid), pkgname.c_str());
841 volume_uuid, multiuser_get_user_id(uid), pkgname.c_str());
H A DInstalldNativeService.cpp456 const char* pkgname = packageName.c_str(); local
471 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname);
502 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
537 const char* pkgname = packageName.c_str(); local
544 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname);
545 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname);
598 const char* pkgname = packageName.c_str(); local
602 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
628 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix;
638 static int destroy_app_reference_profile(const std::string& pkgname) { argument
644 destroy_app_current_profiles(const std::string& pkgname, userid_t userid) argument
676 const char* pkgname = packageName.c_str(); local
1504 const char* pkgname = packageNames[i].c_str(); local
1965 const char* pkgname = getCStr(packageName, "*"); local
2012 const char* pkgname = packageName.c_str(); local
[all...]
H A Ddexopt.cpp957 bool dump_profiles(int32_t uid, const std::string& pkgname, const std::string& profile_name, argument
962 pkgname.c_str(), profile_name.c_str());
964 open_profile_files(uid, pkgname, profile_name, /*is_secondary_dex*/false,
971 LOG(ERROR) << "profman dump: no profiles to dump for " << pkgname;
1003 LOG(WARNING) << "profman failed for package " << pkgname << ": "
1362 Dex2oatFileWrapper maybe_open_reference_profile(const std::string& pkgname, argument
1367 if (!profile_guided || (pkgname[0] == '*')) {
1395 unique_fd ufd = open_reference_profile(uid, pkgname, location, /*read_write*/false,
1397 const auto& cleanup = [pkgname, location, is_secondary_dex]() {
1398 clear_reference_profile(pkgname, locatio
1824 process_secondary_dex_dexopt(const std::string& dex_path, const char* pkgname, int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out, std::string* oat_dir_out, bool downgrade, const char* class_loader_context, std::string* error_msg) argument
1951 dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, const char* volume_uuid, const char* class_loader_context, const char* se_info, bool downgrade, int target_sdk_version, const char* profile_name, const char* dex_metadata_path, const char* compilation_reason, std::string* error_msg) argument
2165 reconcile_secondary_dex_file(const std::string& dex_path, const std::string& pkgname, int uid, const std::vector<std::string>& isas, const std::unique_ptr<std::string>& volume_uuid, int storage_flag, bool* out_secondary_dex_exists) argument
2288 hash_secondary_dex_file(const std::string& dex_path, const std::string& pkgname, int uid, const std::unique_ptr<std::string>& volume_uuid, int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash) argument
[all...]

Completed in 101 milliseconds