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

/system/core/adb/
H A Dusb_vendors.c215 int build_path(char* buff, size_t len, const char* format, const char* home) argument
217 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= (signed)len) {
228 const char* home = getenv("ANDROID_SDK_HOME"); local
229 if (home != NULL) {
230 return build_path(buff, len, "%s\\%s\\%s", home);
237 const char* home = getenv("HOME");
238 if (home == NULL)
239 home = "/tmp";
241 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 206 milliseconds