/frameworks/native/cmds/installd/ |
D | dexopt.h | 48 bool clear_primary_reference_profile(const std::string& pkgname, const std::string& profile_name); 50 bool clear_primary_current_profile(const std::string& pkgname, const std::string& profile_name, 53 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name); 62 const std::string& pkgname, 85 const std::string& pkgname, 91 const std::string& pkgname, 108 const std::string& pkgname, int uid, const std::vector<std::string>& isas, 113 const std::string& pkgname, int uid, const std::unique_ptr<std::string>& volume_uuid,
|
D | InstalldNativeService.cpp | 458 const char* pkgname = packageName.c_str(); in createAppData() local 473 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname); in createAppData() 507 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in createAppData() 538 const char* pkgname = packageName.c_str(); in migrateAppData() local 545 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData() 546 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname); in migrateAppData() 599 const char* pkgname = packageName.c_str(); in clearAppData() local 603 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in clearAppData() 629 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix; in clearAppData() 657 auto path = StringPrintf("%s/Android/data/%s/cache", extPath.c_str(), pkgname); in clearAppData() [all …]
|
D | dexopt.cpp | 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() [all …]
|
D | utils.h | 143 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path,
|
D | utils.cpp | 881 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path, in validate_secondary_dex_path() argument 899 volume_uuid, multiuser_get_user_id(uid), pkgname.c_str()) in validate_secondary_dex_path() 901 volume_uuid, multiuser_get_user_id(uid), pkgname.c_str()); in validate_secondary_dex_path() 907 volume_uuid, multiuser_get_user_id(uid), pkgname.c_str()); in validate_secondary_dex_path()
|
/frameworks/base/core/java/com/android/server/ |
D | SystemConfig.java | 783 String pkgname = parser.getAttributeValue(null, "package"); in readPermissionsFromXml() local 784 if (pkgname == null) { in readPermissionsFromXml() 788 mAllowInPowerSaveExceptIdle.add(pkgname); in readPermissionsFromXml() 797 String pkgname = parser.getAttributeValue(null, "package"); in readPermissionsFromXml() local 798 if (pkgname == null) { in readPermissionsFromXml() 802 mAllowInPowerSave.add(pkgname); in readPermissionsFromXml() 811 String pkgname = parser.getAttributeValue(null, "package"); in readPermissionsFromXml() local 812 if (pkgname == null) { in readPermissionsFromXml() 816 mAllowInDataUsageSave.add(pkgname); in readPermissionsFromXml() 825 String pkgname = parser.getAttributeValue(null, "package"); in readPermissionsFromXml() local [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | AppOpsInfo.java | 110 ((TextView) findViewById(R.id.pkgname)).setText(mAppName); in bindHeader()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | AppOpsInfoTest.java | 100 final TextView textView = mAppOpsInfo.findViewById(R.id.pkgname); in testBindNotification_SetsTextApplicationName()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 6490 String pkgname; 6493 pkgname="app"; 6496 pkgname="android"; 6499 pkgname = r.getResourcePackageName(id); 6505 out.append(pkgname);
|