Searched defs:home (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dusb_vendors.c232 int build_path(char* buff, size_t len, const char* format, const char* home) argument
234 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= (signed)len) {
245 const char* home = getenv("ANDROID_SDK_HOME"); local
246 if (home != NULL) {
247 return build_path(buff, len, "%s\\%s\\%s", home);
254 const char* home = getenv("HOME");
255 if (home == NULL)
256 home = "/tmp";
258 return build_path(buff, len, "%s/%s/%s", home);
/system/core/debuggerd/
H A Ddebuggerd.c688 int home = 0; local
696 home = 1;
706 } while (!home);
/system/core/sh/
H A Dexpand.c262 const char *home; local
283 if ((home = lookupvar("HOME")) == NULL)
287 if (*home == '\0')
290 while ((c = *home++) != '\0') {

Completed in 120 milliseconds