Home
last modified time | relevance | path

Searched refs:resolve_command_line_paths (Results 1 – 3 of 3) sorted by relevance

/tools/external_updater/
Dtest_fileutils.py57 self.assertListEqual([], fileutils.resolve_command_line_paths([]))
69 fileutils.resolve_command_line_paths(
91 fileutils.resolve_command_line_paths(
Dexternal_updater.py309 paths = fileutils.resolve_command_line_paths(args.paths)
324 paths = fileutils.resolve_command_line_paths(args.paths)
333 all_paths = fileutils.resolve_command_line_paths(args.paths)
Dfileutils.py114 def resolve_command_line_paths(paths: list[str]) -> list[Path]: function