HomeSort by relevance Sort by last modified time
    Searched refs:env_file (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/build/toolchain/win/
setup_toolchain.py 98 with open('environment.x86', 'wb') as env_file:
99 env_file.write(environ)
107 with open('environment.x64', 'wb') as env_file:
108 env_file.write(environ)
  /external/mksh/src/
main.c 649 char *env_file; local
652 env_file = substitute(substitute("${ENV:-" MKSHRC_PATH "}", 0),
654 if (*env_file != '\0')
655 include(env_file, 0, NULL, true);
    [all...]
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 272 with open(env_filename, "r") as env_file:
273 for line in env_file:
    [all...]

Completed in 191 milliseconds