Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dmodule_info_util.py133 file_paths = _get_generated_json_files(env_on)
134 files_exist = all([os.path.isfile(fpath) for fpath in file_paths])
135 files = '\n'.join(file_paths)
139 original_file_mtimes = {f: None for f in file_paths}
141 original_file_mtimes = {f: os.path.getmtime(f) for f in file_paths}
156 f, original_file_mtimes[f]) for f in file_paths]):
158 _show_files_reuse_message(file_paths)
190 file_paths = []
194 file_paths.append(json_files_dict[key])
195 return file_paths
[all …]
Dmodule_info_util_unittest.py363 file_paths = [a_file_path, b_file_path]
366 result_paths = file_paths
/tools/test/mobly_extensions/tools/results_uploader/src/
Dresults_uploader.py198 file_paths = [
206 len(file_paths),
224 file_paths,
231 for file_name, result in zip(file_paths, results):
240 if file_paths and not success_paths:
242 success_paths = file_paths
261 file_paths: list[str],
278 client.create_action(f'gs://{gcs_bucket}/{gcs_dir}', file_paths)
/tools/asuite/atest/logstorage/
Dlog_uploader.py155 file_paths = []
159 file_paths.append(pathlib.Path(entry.path))
161 file_paths.extend(cls._get_file_paths(entry))
163 return file_paths
/tools/asuite/atest/test_runners/
Dmobly_test_runner_unittest.py163 file_paths = [pathlib.Path(f) for f in files]
164 self.tinfo.data[constants.MODULE_INSTALLED] = file_paths