Home
last modified time | relevance | path

Searched refs:clear_primary_current_profiles (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.h55 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name);
Ddexopt.cpp173 bool clear_primary_current_profiles(const std::string& package_name, const std::string& location) { in clear_primary_current_profiles() function
973 clear_primary_current_profiles(package_name, location); in analyze_profiles()
DInstalldNativeService.cpp575 if (!clear_primary_current_profiles(packageName, profileName)) { in clearAppProfiles()