Searched refs:home (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | usb_vendors.c | 173 int build_path(char* buff, size_t len, const char* format, const char* home) in build_path() argument 175 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= len) { in build_path() 186 const char* home = getenv("ANDROID_SDK_HOME"); in get_adb_usb_ini() local 187 if (home != NULL) { in get_adb_usb_ini() 188 return build_path(buff, len, "%s\\%s\\%s", home); in get_adb_usb_ini() 195 const char* home = getenv("HOME"); in get_adb_usb_ini() 196 if (home == NULL) in get_adb_usb_ini() 197 home = "/tmp"; in get_adb_usb_ini() 199 return build_path(buff, len, "%s/%s/%s", home); in get_adb_usb_ini()
|
/system/core/debuggerd/ |
D | debuggerd.c | 694 int home = 0; in wait_for_user_action() local 702 home = 1; in wait_for_user_action() 712 } while (!home); in wait_for_user_action()
|
/system/core/sh/ |
D | expand.c | 262 const char *home; in exptilde() local 283 if ((home = lookupvar("HOME")) == NULL) in exptilde() 287 if (*home == '\0') in exptilde() 290 while ((c = *home++) != '\0') { in exptilde()
|
D | TOUR | 256 by the user's home directory, the flag "didudir" is set. This
|