Searched refs:product_path (Results 1 – 14 of 14) sorted by relevance
/build/lite/ndk/build/ |
D | build.py | 44 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/ |
D | product.py | 49 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,
|
D | config.py | 196 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/ |
D | env.py | 56 product_path = json_data.get('product_path', 'not set') 64 hb_info('product path: {}'.format(product_path))
|
/build/lite/hb_internal/cts/ |
D | common.py | 154 def get_support_product(product_path): argument 156 for product in os.listdir(product_path): 157 product_json = os.path.join(product_path, product)
|
D | cts.py | 111 def product_path(self): member in CTS
|
/build/lite/hb_internal/preloader/ |
D | parse_vendor_product_config.py | 129 product_path = os.path.join(company_path, product) 130 config_json = os.path.join(product_path, 'config.json')
|
/build/lite/hb_internal/build/ |
D | patch_process.py | 34 self.patch_cfg = os.path.join(self.config.product_path, 'patch.yml')
|
D | build_process.py | 310 self.register_args('product_path', self.config.product_path)
|
/build/lite/ |
D | BUILD.gn | 130 deps += [ "${product_path}" ] 149 rebase_path("${product_path}/config.json"),
|
D | ohos_var.gni | 27 product_path = ""
|
/build/lite/hb_internal/set/ |
D | set.py | 70 config.product_path = product_info.get('product_path')
|
/build/ohos/packages/ |
D | fs_process.py | 209 fs_cfg_path = os.path.join(self.config.product_path, 'fs.yml') 244 r'${product_path}': args.product_path
|
D | BUILD.gn | 24 yml_file = rebase_path(product_path) + "/fs.yml" 71 rebase_path(product_path),
|