Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dmodule_info_util.py139 file_paths = _get_generated_json_files(env_on)
140 files_exist = all([os.path.isfile(fpath) for fpath in file_paths])
141 files = '\n'.join(file_paths)
145 original_file_mtimes = {f: None for f in file_paths}
147 original_file_mtimes = {f: os.path.getmtime(f) for f in file_paths}
158 f, original_file_mtimes[f]) for f in file_paths]):
160 _show_files_reuse_message(file_paths)
189 file_paths = []
193 file_paths.append(json_files_dict[key])
194 return file_paths
[all …]
Dmodule_info_util_unittest.py355 file_paths = [a_file_path, b_file_path]
358 result_paths = file_paths