Searched refs:get_path_from_env (Results 1 – 3 of 3) sorted by relevance
307 if (get_path_from_env(&android_data_dir, "ANDROID_DATA") < 0) { in initialize_globals()327 if (get_path_from_env(&android_asec_dir, "ASEC_MOUNTPOINT") < 0) { in initialize_globals()346 if (get_path_from_env(&android_root_dir, "ANDROID_ROOT") < 0) { in initialize_globals()
184 int get_path_from_env(dir_rec_t* rec, const char* var);
957 int get_path_from_env(dir_rec_t* rec, const char* var) { in get_path_from_env() function