Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 9 of 9) sorted by relevance

/build/lite/hb_internal/common/
Ddevice.py39 cwd = os.getcwd()
40 Device.check_path(cwd)
42 for kernel_config, kernel_path in Device.get_kernel_config(cwd):
56 os.path.basename(cwd)
/build/scripts/util/
Dbuild_utils.py180 def __init__(self, cwd, args, output): argument
182 self.cwd = cwd
193 os.path.abspath(self.cwd), ' '.join(map(pipes.quote, self.args)))
217 cwd=None, argument
224 if not cwd:
225 cwd = os.getcwd()
230 cwd=cwd,
245 raise called_process_error(cwd, args, stdout + stderr)
/build/lite/
Dbuild.py62 return check_output(cmd, cwd=path)
/build/lite/hb_internal/build/
Dpatch_process.py93 cwd=src_path, shell=True)
/build/ohos/sdk/
Dconvert_permissions.py52 cwd=os.path.abspath(os.path.join(source_root, permission_convert_dir)),
Dparse_public_sdk.py56 cwd=os.path.abspath(os.path.join(source_root, API_MODIFY_DIR)),
/build/lite/hb_internal/cts/
Dcts.py332 cwd = os.path.abspath(os.path.join(out_file, os.pardir,
334 ret = check_output(cmd, cwd=cwd).decode('utf-8')
/build/scripts/
Dbuild_js_assets.py164 build_utils.check_output(cmd, cwd=loader_home, env=my_env)
/build/config/compiler/
DBUILD.gn464 # If debug option is given, clang includes $cwd in debug info by default.