Home
last modified time | relevance | path

Searched refs:env (Results 1 – 14 of 14) sorted by relevance

/build/toolchain/
Dwrapper_utils.py56 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)
Dgcc_link_wrapper.py94 command, env=fast_env, map_file=args.map_file)
Dgcc_solink_wrapper.py146 command, env=fast_env, map_file=args.map_file)
/build/toolchain/mac/
Dfilter_libtool.py35 env = os.environ.copy()
38 env['ZERO_AR_DATE'] = '1'
39 libtoolout = subprocess.Popen(cmd_list, stderr=subprocess.PIPE, env=env)
DBUILD.gn15 # When implementing tools using Python scripts, a TOOL_VERSION=N env
/build/common/asan/
Dasan_helper.c47 char *env = getenv("LD_RANDOM_DELAY"); in init() local
48 if ((env != NULL) && (env[0] == '1')) { in init()
/build/lite/
DREADME_zh.md88 {build,set,env,clean}
91 env Show OHOS build env
123 2. **hb env**
128 hb env
DREADME.md88 {build,set,env,clean}
91 env Show OHOS build env
125 2. **hb env**
130 hb env
/build/lite/hb_internal/build/
Dbuild_process.py211 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/
Ddotfile.gn21 script_executable = "/usr/bin/env"
/build/scripts/
Didl.py59 build_utils.check_output(cmd, env=my_env)
Dbuild_js_assets.py164 build_utils.check_output(cmd, cwd=loader_home, env=my_env)
/build/config/linux/
Dpkg-config.py81 env=os.environ)
/build/scripts/util/
Dbuild_utils.py218 env=None, argument
231 env=env)