Searched refs:cwd (Results 1 – 9 of 9) sorted by relevance
/build/lite/hb_internal/common/ |
D | device.py | 39 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/ |
D | build_utils.py | 180 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/ |
D | build.py | 62 return check_output(cmd, cwd=path)
|
/build/lite/hb_internal/build/ |
D | patch_process.py | 93 cwd=src_path, shell=True)
|
/build/ohos/sdk/ |
D | convert_permissions.py | 52 cwd=os.path.abspath(os.path.join(source_root, permission_convert_dir)),
|
D | parse_public_sdk.py | 56 cwd=os.path.abspath(os.path.join(source_root, API_MODIFY_DIR)),
|
/build/lite/hb_internal/cts/ |
D | cts.py | 332 cwd = os.path.abspath(os.path.join(out_file, os.pardir, 334 ret = check_output(cmd, cwd=cwd).decode('utf-8')
|
/build/scripts/ |
D | build_js_assets.py | 164 build_utils.check_output(cmd, cwd=loader_home, env=my_env)
|
/build/config/compiler/ |
D | BUILD.gn | 464 # If debug option is given, clang includes $cwd in debug info by default.
|