Lines Matching defs:pkgname

456     const char* pkgname = packageName.c_str();
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();
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();
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) {
640 create_primary_reference_profile_package_dir_path(pkgname),
644 static int destroy_app_current_profiles(const std::string& pkgname, userid_t userid) {
646 create_primary_current_profile_package_dir_path(userid, pkgname),
676 const char* pkgname = packageName.c_str();
680 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
686 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
1504 const char* pkgname = packageNames[i].c_str();
1507 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]);
1509 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname);
1516 create_primary_current_profile_package_dir_path(userId, pkgname),
1519 create_primary_reference_profile_package_dir_path(pkgname),
1525 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname);
1527 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname);
1882 // Dumps the contents of a profile file, using pkgname's dex files for pretty
1965 const char* pkgname = getCStr(packageName, "*");
1976 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded,
2012 const char* pkgname = packageName.c_str();
2017 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname);