HomeSort by relevance Sort by last modified time
    Searched refs:get_path_from_env (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/installd/
installd.cpp 342 if (get_path_from_env(&android_data_dir, "ANDROID_DATA") < 0) {
362 if (get_path_from_env(&android_asec_dir, "ASEC_MOUNTPOINT") < 0) {
386 if (get_path_from_env(&android_root_dir, "ANDROID_ROOT") < 0) {
installd.h 199 int get_path_from_env(dir_rec_t* rec, const char* var);
utils.cpp 965 int get_path_from_env(dir_rec_t* rec, const char* var) { function
    [all...]

Completed in 96 milliseconds