Searched refs:profile_dir (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Dutils.cpp275 std::string profile_dir = create_primary_current_profile_package_dir_path( local
277 return StringPrintf("%s/%s", profile_dir.c_str(), location.c_str());
293 std::string profile_dir = create_primary_reference_profile_package_dir_path(package_name); local
294 return StringPrintf("%s/%s", profile_dir.c_str(), location.c_str());
H A DInstalldNativeService.cpp418 const std::string profile_dir = local
421 if (fs_prepare_dir_strict(profile_dir.c_str(), 0700, uid, uid) != 0) {
422 PLOG(ERROR) << "Failed to prepare " << profile_dir;
/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp970 void UpdateAndroidProfilesDir(const std::string& profile_dir) { argument
971 android_profiles_dir = profile_dir;
973 run_cmd("mkdir -p " + profile_dir + "/ref");

Completed in 526 milliseconds