Searched refs:config_json_path (Results 1 – 2 of 2) sorted by relevance
141 if config_json_path.endswith(".hcs"):143 elif config_json_path.endswith(".te"):144 if config_json_path.endswith("type.te"):146 elif config_json_path.endswith("hdf_service.te"):148 elif config_json_path.endswith("hdf_host.te"):151 elif config_json_path.endswith("group") \152 or config_json_path.endswith("passwd"):193 def _delete_interface_config_file(self, config_json_path): argument194 file_config = hdf_utils.read_file(config_json_path)210 def _delete_unittest_config_file(self, config_json_path): argument[all …]
423 config_json_path = os.path.join(peripheral_folder, file_name)424 file_info_str = hdf_utils.read_file(config_json_path)432 hdf_utils.write_file(config_json_path,434 temp_create = self.format_file_path(config_json_path, root)