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

  /external/mksh/src/
main.c 624 char *env_file; local
627 env_file = substitute(substitute("${ENV:-" MKSHRC_PATH "}", 0),
629 if (*env_file != '\0')
630 include(env_file, 0, NULL, true);
    [all...]
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 227 with open(env_filename, "r") as env_file:
228 for line in env_file:
    [all...]

Completed in 637 milliseconds