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

/frameworks/native/cmds/installd/
H A Dglobals.h46 extern dir_rec_t android_profiles_dir;
H A Dglobals.cpp42 dir_rec_t android_profiles_dir; member in namespace:android::installd
104 if (copy_and_append(&android_profiles_dir, &android_data_dir, PROFILES_SUBDIR) < 0) {
H A Dutils.cpp201 return StringPrintf("%s/cur/%u", android_profiles_dir.path, userid);
211 return StringPrintf("%s/ref/%s", android_profiles_dir.path, package_name);

Completed in 219 milliseconds