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.c 267 if (get_path_from_env(&android_data_dir, "ANDROID_DATA") < 0) {
287 if (get_path_from_env(&android_asec_dir, "ASEC_MOUNTPOINT") < 0) {
306 if (get_path_from_env(&android_system_dirs.dirs[0], "ANDROID_ROOT") < 0) {
installd.h 174 int get_path_from_env(dir_rec_t* rec, const char* var);
utils.c 822 int get_path_from_env(dir_rec_t* rec, const char* var) { function

Completed in 2768 milliseconds