Searched refs:base (Results 1 - 8 of 8) sorted by relevance
/build/toolchain/mac/ |
H A D | linker_driver.py | 148 base = os.path.basename(linker_out) 149 dsym_out = os.path.join(dsym_path_prefix, base + '.dSYM') 173 base = os.path.basename(linker_out) 174 unstripped_out = os.path.join(unstripped_path_prefix, base + '.unstripped')
|
/build/lite/ndk/ |
H A D | archive_ndk.py | 27 base = os.path.basename(destination) 28 fields = base.split('.')
|
/build/tools/component_tools/ |
H A D | generate_kconfig.py | 93 or python3 generate_kconfig.py --base_product={$repo}/productdefine/common/base/base_product.json --outdir=./' 98 parser.add_argument('--base_product', type=str, default="./../../../productdefine/common/base/base_product.json", 100 default={$repo}/productdefine/common/base/base_product.json')
|
H A D | parse_kconf.py | 172 or python3 parse_kconf.py --base_product={$repo}/productdefine/common/base/base_product.json \ 179 parser.add_argument('--base_product', type=str, default="./../../../productdefine/common/base/base_product.json",
|
/build/ohos/sdk/ |
H A D | parse_sdk_description.py | 141 base = options.base_platform 143 variant = list(set(platforms) - set([base])) 145 if label.find('${base}') != -1: 146 return [label.replace('${base}', base)], [install_dir] 238 parser.add_argument('--base-platform', required=True)
|
/build/scripts/ |
H A D | build_js_assets.py | 81 my_env["aceProfilePath"] = os.path.join(gen_dir, "resources/base/profile") 186 def get_all_js_sources(base) -> list: 188 for root, _, files in os.walk(base):
|
/build/scripts/util/ |
H A D | build_utils.py | 738 def get_all_files(base, follow_symlinks=False): 739 """Returns a list of all the files in |base|. Each entry is relative to the 740 last path entry of |base|. 743 for root, _, files in os.walk(base, followlinks=follow_symlinks):
|
/build/ohos/packages/ |
H A D | fs_process.py | 59 mode = int(str(mode), base=8)
|
Completed in 4 milliseconds