Lines Matching refs:pkgname

348     const char* pkgname = packageName.c_str();  in createAppData()  local
363 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname); in createAppData()
394 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in createAppData()
416 create_primary_current_profile_package_dir_path(userId, pkgname); in createAppData()
421 const std::string profile_file = create_current_profile_path(userId, pkgname, in createAppData()
428 create_primary_reference_profile_package_dir_path(pkgname); in createAppData()
449 const char* pkgname = packageName.c_str(); in migrateAppData() local
456 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData()
457 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname); in migrateAppData()
509 const char* pkgname = packageName.c_str(); in clearAppData() local
513 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in clearAppData()
536 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix; in clearAppData()
551 static int destroy_app_reference_profile(const std::string& pkgname) { in destroy_app_reference_profile() argument
553 create_primary_reference_profile_package_dir_path(pkgname), in destroy_app_reference_profile()
557 static int destroy_app_current_profiles(const std::string& pkgname, userid_t userid) { in destroy_app_current_profiles() argument
559 create_primary_current_profile_package_dir_path(userid, pkgname), in destroy_app_current_profiles()
589 const char* pkgname = packageName.c_str(); in destroyAppData() local
593 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in destroyAppData()
599 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in destroyAppData()
1410 const char* pkgname = packageNames[i].c_str(); in getAppSize() local
1413 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize()
1415 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname); in getAppSize()
1422 create_primary_current_profile_package_dir_path(userId, pkgname), in getAppSize()
1425 create_primary_reference_profile_package_dir_path(pkgname), in getAppSize()
1431 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname); in getAppSize()
1433 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname); in getAppSize()
1782 const char* pkgname = packageName.c_str(); in dumpProfiles() local
1785 *_aidl_return = dump_profiles(uid, pkgname, code_paths); in dumpProfiles()
1814 const char* pkgname = packageName ? packageName->c_str() : "*"; in dexopt() local
1821 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded, in dexopt()
1876 const char* pkgname = packageName.c_str(); in linkNativeLibraryDirectory() local
1881 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname); in linkNativeLibraryDirectory()