Searched refs:env (Results 1 – 14 of 14) sorted by relevance
/build/toolchain/ |
D | wrapper_utils.py | 56 def run_link_with_optional_map_file(command, env=None, map_file=None): argument 76 result = subprocess.call(command, env=env) 87 def capture_command_stderr(command, env=None): argument 94 child = subprocess.Popen(command, stderr=subprocess.PIPE, env=env)
|
D | gcc_link_wrapper.py | 94 command, env=fast_env, map_file=args.map_file)
|
D | gcc_solink_wrapper.py | 146 command, env=fast_env, map_file=args.map_file)
|
/build/toolchain/mac/ |
D | filter_libtool.py | 35 env = os.environ.copy() 38 env['ZERO_AR_DATE'] = '1' 39 libtoolout = subprocess.Popen(cmd_list, stderr=subprocess.PIPE, env=env)
|
D | BUILD.gn | 15 # When implementing tools using Python scripts, a TOOL_VERSION=N env
|
/build/common/asan/ |
D | asan_helper.c | 47 char *env = getenv("LD_RANDOM_DELAY"); in init() local 48 if ((env != NULL) && (env[0] == '1')) { in init()
|
/build/lite/ |
D | README_zh.md | 88 {build,set,env,clean} 91 env Show OHOS build env 123 2. **hb env** 128 hb env
|
D | README.md | 88 {build,set,env,clean} 91 env Show OHOS build env 125 2. **hb env** 130 hb env
|
/build/lite/hb_internal/build/ |
D | build_process.py | 211 def env(self): member in Build 253 exec_command(gn_cmd, log_path=self.config.log_path, env=self.env()) 286 env=self.env())
|
/build/core/gn/ |
D | dotfile.gn | 21 script_executable = "/usr/bin/env"
|
/build/scripts/ |
D | idl.py | 59 build_utils.check_output(cmd, env=my_env)
|
D | build_js_assets.py | 164 build_utils.check_output(cmd, cwd=loader_home, env=my_env)
|
/build/config/linux/ |
D | pkg-config.py | 81 env=os.environ)
|
/build/scripts/util/ |
D | build_utils.py | 218 env=None, argument 231 env=env)
|