HomeSort by relevance Sort by last modified time
    Searched refs:env_file (Results 1 - 2 of 2) 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/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 99 milliseconds