Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/build/
H A Dbuild_base.sh18 cp .gn_win .gn
20 cp .gn_unix .gn
23 echo "gn only support linux and wasm build currently"
H A Dbuild_base_func.sh59 msys*) gn_path="windows" target_os="windows" gn="gn.exe" ninja="ninja.exe" ;;
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Drom_analyzer.py49 grep_cmd = f"grep -rn '{grep_kw}' --include=BUILD.gn {self.project_path}"
58 gn, _, _ = item.split(':')
59 with open(gn, 'r', encoding='utf-8') as f:
68 gn, self.project_path)
74 "gn_path": gn
158 find the subsystem_name and component_name in the BUILD.gn
176 0].lstrip('/'), "BUILD.gn")
/developtools/integration_verification/tools/fotff/pkg/dayu200/
H A Ddayu200.go46 compileCMD = `echo 'start' && export NO_DEVTOOL=1 && export CCACHE_LOG_SUFFIX="dayu200-arm32" && export CCACHE_NOHASHDIR="true" && export CCACHE_SLOPPINESS="include_file_ctime" && ./build.sh --product-name rk3568 --ccache --build-target make_all --gn-args enable_notice_collection=false`
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Drom_analysis.py19 1. 先收集BUILD.gn中的target信息
23 对于gn原生的template,主要根据bundle.json中的字段来归属其部件
25 对于找不到的,可以模糊匹配,如,有产物libxxx,则可以在所有的BUILD.gn中搜索xxx,并设置一个阀值予以过滤
73 ] = configs[product_info]["query_order"] # query order of the gn template to be matched
92 logging.info("start scanning BUILD.gn")
221 直接grep,利用出现次数最多的BUILD.gn去定位subsystem_name和component_name"""
246 include="BUILD.gn",
262 gn = g.split(':')[0].replace(project_path, "").lstrip(os.sep)
263 gn_dict[gn] += 1

Completed in 3 milliseconds