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

  /frameworks/base/cmds/installd/
installd.c 269 if (get_path_from_env(&android_data_dir, "ANDROID_DATA") < 0) {
284 if (get_path_from_env(&android_asec_dir, "ASEC_MOUNTPOINT") < 0) {
298 if (get_path_from_env(&android_system_dirs.dirs[0], "ANDROID_ROOT") < 0) {
installd.h 125 int get_path_from_env(dir_rec_t* rec, const char* var);
utils.c 325 int get_path_from_env(dir_rec_t* rec, const char* var) { function

Completed in 69 milliseconds