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.h42 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name);
Ddexopt.cpp168 bool clear_primary_current_profiles(const std::string& package_name, const std::string& location) { in clear_primary_current_profiles() function
901 clear_primary_current_profiles(package_name, location); in analyze_profiles()
DInstalldNativeService.cpp584 if (!clear_primary_current_profiles(packageName, profileName)) { in clearAppProfiles()