Home
last modified time | relevance | path

Searched refs:GnCommon (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn.py22 from gn_check.gn_common_tools import GnCommon
57 self.all_gn_files = GnCommon.find_files(
80 targets_ret = GnCommon.find_paragraph_iter(
99 all_info = GnCommon.grep_one(
127 all_info = GnCommon.grep_one(
158 all_info = GnCommon.grep_one(
213 grep_info = GnCommon.grep_one(content, os.path.join(
259 grep_info = GnCommon.grep_one(content, os.path.join(
H A Dgn_common_tools.py22 class GnCommon: class
55 if GnCommon.contains_keywords(black_keywords, file):