Home
last modified time | relevance | path

Searched refs:envfile (Results 1 - 2 of 2) sorted by relevance

/third_party/ninja/src/
H A Dmsvc_helper_main-win32.cc84 const char* envfile = NULL; in MSVCHelperMain() local
95 envfile = optarg; in MSVCHelperMain()
111 if (envfile) { in MSVCHelperMain()
113 if (ReadFile(envfile, &env, &err) != 0) in MSVCHelperMain()
114 Fatal("couldn't open %s: %s", envfile, err.c_str()); in MSVCHelperMain()
/third_party/python/Lib/test/
H A Dtest_posix.py1602 envfile = os_helper.TESTFN
1603 self.addCleanup(os_helper.unlink, envfile)
1606 with open({envfile!r}, "w", encoding="utf-8") as envfile:
1607 envfile.write(os.environ['foo'])
1613 with open(envfile, encoding="utf-8") as f:

Completed in 7 milliseconds