Home
last modified time | relevance | path

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

/aosp_15_r20/tools/external_updater/
H A Dtest_fileutils.py31 self.assertListEqual([], fileutils.resolve_command_line_paths([]))
43 fileutils.resolve_command_line_paths(
65 fileutils.resolve_command_line_paths(
H A Dexternal_updater.py306 paths = fileutils.resolve_command_line_paths(args.paths)
321 paths = fileutils.resolve_command_line_paths(args.paths)
330 all_paths = fileutils.resolve_command_line_paths(args.paths)
H A Dfileutils.py110 def resolve_command_line_paths(paths: list[str]) -> list[Path]: function