Home
last modified time | relevance | path

Searched refs:base (Results 1 - 10 of 10) sorted by relevance

/build/toolchain/mac/
H A Dlinker_driver.py148 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 Dparse_sdk_description.py141 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 Darchive_ndk.py27 base = os.path.basename(destination)
28 fields = base.split('.')
/build/tools/component_tools/
H A Dgenerate_kconfig.py93 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 Dparse_kconf.py172 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 Dbuild_js_assets.py81 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 Dbuild_utils.py738 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 Dfs_process.py59 mode = int(str(mode), base=8)
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/
H A Dhvigor-wrapper.js3194 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 Dhvigor-wrapper.js2367 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