Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dclion_project_file_gen.py150 self.cc_path = os.path.join(self.cc_dir,
210 @common_util.check_args(cc_path=str)
211 def get_cmakelists_file_dir(cc_path): argument
227 constant.RELATIVE_NATIVE_PATH, cc_path)
231 with open(self.cc_path, 'w') as hfile:
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py694 cc_path = os.path.join(common_util.get_soong_out_path(),
697 mod_info = common_util.get_json_dict(cc_path)['modules'][mod_name]