Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/build/
Dpretreat_targets.py76 gn_path = os.path.join(target_path, "BUILD.gn")
83 if not os.path.exists(gn_path):
89 output_path = self._parse_output_path_in_gn(gn_path)
93 os.rename(gn_path, gn_bak_path)
95 os.remove(gn_path)
96 with os.fdopen(os.open(gn_path, FLAGS_WRITE, MODES), 'w') as filehandle:
127 def _parse_output_path_in_gn(self, gn_path): argument
129 with open(gn_path, 'r') as gn_file:
146 gn_path = os.path.join(target_path, "BUILD.gn")
151 if os.path.exists(gn_path) and os.path.exists(gn_bak_path):
[all …]