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.py131 file_paths = _get_generated_json_files(env_on)
132 files_exist = all([os.path.isfile(fpath) for fpath in file_paths])
133 files = '\n'.join(file_paths)
137 original_file_mtimes = {f: None for f in file_paths}
139 original_file_mtimes = {f: os.path.getmtime(f) for f in file_paths}
153 f, original_file_mtimes[f]) for f in file_paths]):
155 _show_files_reuse_message(file_paths)
187 file_paths = []
191 file_paths.append(json_files_dict[key])
192 return file_paths
[all …]
Dmodule_info_util_unittest.py364 file_paths = [a_file_path, b_file_path]
367 result_paths = file_paths