Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Drom_analyzer.py80 def analysis(cls, system_module_info_json: Text, product_dirs: List[str],
85 product_dirs:要处理的产物的路径列表如["vendor", "system/"]
97 product_dirs = [os.path.join(phone_dir, d) for d in product_dirs]
105 for d in product_dirs:
335 product_dirs = args.product_dir variable
340 RomAnalyzer.analysis(module_info_json, product_dirs,

Completed in 1 milliseconds