Home
last modified time | relevance | path

Searched refs:product_path (Results 1 – 14 of 14) sorted by relevance

/build/lite/ndk/build/
Dbuild.py44 product_path = './out/'
45 log_path = os.path.join(product_path, 'compile.log')
55 product_path, '--root=.', '--dotfile=build/.gn']
58 '-C', product_path]
61 product_path, '--root=.', '--dotfile=build/.gn']
66 '-C', product_path]
75 if not os.path.exists(product_path):
81 '-C', product_path, '-t', 'clean']
84 '-C', product_path, '-t', 'clean']
/build/lite/hb_internal/common/
Dproduct.py49 product_path = os.path.join(
52 product_path = p_config_path
58 'product_path': product_path,
73 product_path = os.path.join(company_path, product)
74 config_path = os.path.join(product_path, 'config.json')
83 'product_config_path': product_path,
84 'product_path': product_path,
Dconfig.py196 def product_path(self): member in Config
203 @product_path.setter
204 def product_path(self, value): member in Config
210 return self.product_path.replace(self.root_path, '/')
/build/lite/hb_internal/env/
Denv.py56 product_path = json_data.get('product_path', 'not set')
64 hb_info('product path: {}'.format(product_path))
/build/lite/hb_internal/cts/
Dcommon.py154 def get_support_product(product_path): argument
156 for product in os.listdir(product_path):
157 product_json = os.path.join(product_path, product)
Dcts.py111 def product_path(self): member in CTS
/build/lite/hb_internal/preloader/
Dparse_vendor_product_config.py129 product_path = os.path.join(company_path, product)
130 config_json = os.path.join(product_path, 'config.json')
/build/lite/hb_internal/build/
Dpatch_process.py34 self.patch_cfg = os.path.join(self.config.product_path, 'patch.yml')
Dbuild_process.py310 self.register_args('product_path', self.config.product_path)
/build/lite/
DBUILD.gn130 deps += [ "${product_path}" ]
149 rebase_path("${product_path}/config.json"),
Dohos_var.gni27 product_path = ""
/build/lite/hb_internal/set/
Dset.py70 config.product_path = product_info.get('product_path')
/build/ohos/packages/
Dfs_process.py209 fs_cfg_path = os.path.join(self.config.product_path, 'fs.yml')
244 r'${product_path}': args.product_path
DBUILD.gn24 yml_file = rebase_path(product_path) + "/fs.yml"
71 rebase_path(product_path),