Searched refs:cc_path (Results 1 – 2 of 2) sorted by relevance
150 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): argument227 constant.RELATIVE_NATIVE_PATH, cc_path)231 with open(self.cc_path, 'w') as hfile:
694 cc_path = os.path.join(common_util.get_soong_out_path(),697 mod_info = common_util.get_json_dict(cc_path)['modules'][mod_name]