Searched refs:base (Results 1 - 10 of 10) 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/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/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/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)
|
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | 3194 let i = [(e, t) => e.endsWith(".gz") ? (gc("it is gzipped"), t.isCompressed = !0, e.slice(0, -1 * ".gz".length)) : e, t ? t => t.startsWith(e.name) && t.endsWith(e.ext) ? (gc("it starts and ends with the right things"), t.slice(e.name.length + 1, -1 * e.ext.length)) : o : t => t.startsWith(e.base) ? (gc("it starts with the right things"), t.slice(e.base.length + 1)) : o, n ? (e, t) => { 3353 base: e.filename
|
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 2367 let i = [(e, t) => e.endsWith(".gz") ? (io("it is gzipped"), t.isCompressed = !0, e.slice(0, -3)) : e, t ? t => t.startsWith(e.name) && t.endsWith(e.ext) ? (io("it starts and ends with the right things"), t.slice(e.name.length + 1, -1 * e.ext.length)) : o : t => t.startsWith(e.base) ? (io("it starts with the right things"), t.slice(e.base.length + 1)) : o, n ? (e, t) => { 2526 base: e.filename
|
Completed in 16 milliseconds