HomeSort by relevance Sort by last modified time
    Searched full:android_profiles_dir (Results 1 - 4 of 4) sorted by null

  /frameworks/native/cmds/installd/
globals.h 39 extern std::string android_profiles_dir;
globals.cpp 55 std::string android_profiles_dir; member in namespace:android::installd
111 android_profiles_dir = android_data_dir + PROFILES_SUBDIR;
utils.cpp 216 return StringPrintf("%s/cur/%u", android_profiles_dir.c_str(), userid);
227 return StringPrintf("%s/ref", android_profiles_dir.c_str());
232 return StringPrintf("%s/ref/%s", android_profiles_dir.c_str(), package_name.c_str());
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp     [all...]

Completed in 123 milliseconds