Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvariable.c1488 static char *environ_path = NULL; in sync_Path_environment() local
1497 if (environ_path) in sync_Path_environment()
1498 free (environ_path); in sync_Path_environment()
1504 environ_path = concat ("PATH", "=", path); in sync_Path_environment()
1505 putenv (environ_path); in sync_Path_environment()