Lines Matching defs:pkgname

354     const char* pkgname = packageName.c_str();
369 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname);
400 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
422 create_primary_current_profile_package_dir_path(userId, pkgname);
427 const std::string profile_file = create_current_profile_path(userId, pkgname,
434 create_primary_reference_profile_package_dir_path(pkgname);
455 const char* pkgname = packageName.c_str();
462 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname);
463 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname);
515 const char* pkgname = packageName.c_str();
519 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
542 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix;
557 static int destroy_app_reference_profile(const std::string& pkgname) {
559 create_primary_reference_profile_package_dir_path(pkgname),
563 static int destroy_app_current_profiles(const std::string& pkgname, userid_t userid) {
565 create_primary_current_profile_package_dir_path(userid, pkgname),
595 const char* pkgname = packageName.c_str();
599 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
605 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
1416 const char* pkgname = packageNames[i].c_str();
1419 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]);
1421 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname);
1428 create_primary_current_profile_package_dir_path(userId, pkgname),
1431 create_primary_reference_profile_package_dir_path(pkgname),
1437 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname);
1439 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname);
1794 // Dumps the contents of a profile file, using pkgname's dex files for pretty
1802 const char* pkgname = packageName.c_str();
1805 *_aidl_return = dump_profiles(uid, pkgname, code_paths);
1844 const char* pkgname = packageName ? packageName->c_str() : "*";
1851 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded,
1907 const char* pkgname = packageName.c_str();
1912 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname);