Home
last modified time | relevance | path

Searched defs:profile_dir (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.cpp366 std::string profile_dir = create_primary_current_profile_package_dir_path( in create_current_profile_path() local
384 std::string profile_dir = create_primary_reference_profile_package_dir_path(package_name); in create_reference_profile_path() local
DInstalldNativeService.cpp518 const std::string profile_dir = in prepare_app_profile_dir() local
592 const std::string profile_dir = in chown_app_profile_dir() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1427 void UpdateAndroidProfilesDir(const std::string& profile_dir) { in UpdateAndroidProfilesDir()