Lines Matching refs:pkgname

993 bool dump_profiles(int32_t uid, const std::string& pkgname, const std::string& profile_name,  in dump_profiles()  argument
998 pkgname.c_str(), profile_name.c_str()); in dump_profiles()
1000 open_profile_files(uid, pkgname, profile_name, /*is_secondary_dex*/false, in dump_profiles()
1007 LOG(ERROR) << "profman dump: no profiles to dump for " << pkgname; in dump_profiles()
1040 LOG(WARNING) << "profman failed for package " << pkgname << ": " in dump_profiles()
1392 Dex2oatFileWrapper maybe_open_reference_profile(const std::string& pkgname, in maybe_open_reference_profile() argument
1397 if (!profile_guided || (pkgname[0] == '*')) { in maybe_open_reference_profile()
1425 unique_fd ufd = open_reference_profile(uid, pkgname, location, /*read_write*/false, in maybe_open_reference_profile()
1427 const auto& cleanup = [pkgname, location, is_secondary_dex]() { in maybe_open_reference_profile()
1428 clear_reference_profile(pkgname, location, is_secondary_dex); in maybe_open_reference_profile()
1952 static bool process_secondary_dex_dexopt(const std::string& dex_path, const char* pkgname, in process_secondary_dex_dexopt() argument
1980 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt()
2021 bool profile_was_updated = analyze_profiles(uid, pkgname, dex_path, in process_secondary_dex_dexopt()
2088 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() argument
2093 CHECK(pkgname != nullptr); in dexopt()
2094 CHECK(pkgname[0] != 0); in dexopt()
2131 if (process_secondary_dex_dexopt(dex_path, pkgname, dexopt_flags, volume_uuid, uid, in dexopt()
2203 pkgname, dex_path, profile_name, profile_guided, is_public, uid, is_secondary_dex); in dexopt()
2327 const std::string& pkgname, int uid, const std::vector<std::string>& isas, in reconcile_secondary_dex_file() argument
2350 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, in reconcile_secondary_dex_file()
2389 multiuser_get_user_id(uid), pkgname, dex_path, /*is_secondary*/true); in reconcile_secondary_dex_file()
2391 pkgname, dex_path, /*is_secondary*/true); in reconcile_secondary_dex_file()
2449 bool hash_secondary_dex_file(const std::string& dex_path, const std::string& pkgname, int uid, in hash_secondary_dex_file() argument
2477 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()