Searched refs:p (Results 1 – 15 of 15) sorted by relevance
/build/common/asan/ |
D | asan_helper.c | 38 char *p = strstr(line, "/ld-musl-"); in init() local 39 if (p && strstr(p, "-asan.so.1")) { in init() 62 char *p = strchr(file + 1, '/'); in dlopen() local 63 asprintf(&f, "/data%s", (p ? p : file)); in dlopen()
|
/build/scripts/util/ |
D | md5_check.py | 246 lines.extend('Added: {}'.format(p for p in self.iter_added_paths())) 247 lines.extend('Removed: {}'.format(p 248 for p in self.iter_removed_paths())) 252 p for p in self.iter_added_subpaths(path))) 254 p for p in self.iter_removed_subpaths(path))) 256 p for p in self.iter_modified_subpaths(path))) 350 self.get_tag(p) for p in sorted(self.iter_paths()))
|
D | build_utils.py | 478 path_transform = path_transform or (lambda p: p) 556 p for p in abs_module_paths if p.startswith(DIR_SOURCE_ROOT)
|
/build/lite/ |
D | README_zh.md | 110 usage: hb set [-h] [-root [ROOT_PATH]] [-p] 116 -p, --product Set OHOS board and kernel. 121 - hb set -p --product 设置要编译的产品 142 [--dmverity] [-p PRODUCT] [-f] [-n] 157 -p PRODUCT, --product PRODUCT 167 - hb build -p PRODUCT:免set编译产品,该命令可以跳过set步骤,直接编译产品。
|
D | README.md | 112 usage: hb set [-h] [-root [ROOT_PATH]] [-p] 118 -p, --product Set OHOS board and kernel. 123 - **hb set -p --product** is used to set the product to build. 144 [--dmverity] [-p PRODUCT] [-f] [-n] 159 -p PRODUCT, --product PRODUCT 169 … - You can run **hb build -p PRODUCT** to skip the setting step and build the product directly.
|
/build/scripts/ |
D | tools_checker.py | 31 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 32 output, _ = p.communicate() 35 return output, p.returncode
|
/build/ |
D | print_python_deps.py | 117 os.path.abspath(p) for p in _find_python_in_directory(path)) 119 paths = [os.path.relpath(p, options.root) for p in paths_set]
|
/build/ohos/sdk/ |
D | parse_sdk_description.py | 62 p = pathlib.Path(path_name) 64 top_dir = p.parts[1] 66 top_dir = p.parts[0] 146 return [label.replace('${platforms}', p) for p in platforms], [
|
D | parse_public_sdk.py | 55 p = subprocess.Popen(cmd, shell=True, 58 p.wait()
|
D | BUILD.gn | 61 foreach(p, target_platform_list) { 64 p,
|
/build/loader/ |
D | subsystem_scan.py | 66 map(lambda p: p.split('/')[0] in allow_path_prefix, paths)))
|
/build/config/linux/ |
D | pkg_config.gni | 68 "-p", 83 "-p",
|
/build/lite/config/subsystem/ |
D | lite_subsystem.gni | 70 prebuilts = "mkdir -p $outdir/interface $outdir/sdk_libs"
|
/build/templates/cxx/ |
D | cxx.gni | 624 foreach(p, relative_paths) { 625 if (p == "module") {
|
/build/config/compiler/ |
D | BUILD.gn | 62 # See: https://bugs.chromium.org/p/chromium/issues/detail?id=457359 651 # http://aras-p.info/blog/2017/10/23/Best-unknown-MSVC-flag-d2cgsummary/
|