Home
last modified time | relevance | path

Searched refs:unixroot (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Djob.c2991 static const char *unixroot = NULL; in construct_command_argv() local
2996 unixroot = getenv ("UNIXROOT"); in construct_command_argv()
2998 if (unixroot && unixroot[0] == '\0') unixroot = NULL; in construct_command_argv()
3007 if (unixroot && shell && strcmp (shell, last_shell) != 0 in construct_command_argv()
3019 buf[0] = unixroot[0]; in construct_command_argv()
3020 buf[1] = unixroot[1]; in construct_command_argv()