Home
last modified time | relevance | path

Searched refs:existing_file_path (Results 1 – 9 of 9) sorted by relevance

/external/chromium-crossbench/crossbench/probes/web_page_replay/
Drecorder.py50 "key_file", type=PathParser.existing_file_path, required=False)
52 "cert_file", type=PathParser.existing_file_path, required=False)
56 type=PathParser.existing_file_path,
/external/chromium-crossbench/crossbench/network/replay/
Dbase.py85 return PathParser.existing_file_path(archive).resolve()
/external/chromium-crossbench/tests/crossbench/
Dtest_parse.py353 PathParser.existing_file_path("")
356 PathParser.existing_file_path(folder)
360 PathParser.existing_file_path(folder)
364 self.assertEqual(file, PathParser.existing_file_path(file))
/external/chromium-crossbench/crossbench/cli/
Dbtp.py63 type=PathParser.existing_file_path,
/external/chromium-crossbench/crossbench/action_runner/action/
Djs.py43 "script_path", aliases=("path",), type=PathParser.existing_file_path)
/external/chromium-crossbench/crossbench/cli/config/
Dnetwork.py103 "ts_proxy", type=PathParser.existing_file_path, required=False)
161 type=PathParser.existing_file_path,
/external/chromium-crossbench/crossbench/
Dparse.py49 def existing_file_path(cls, member in PathParser
62 path: pth.LocalPath = cls.existing_file_path(value, name)
Dconfig.py493 file_path = PathParser.existing_file_path(path)
/external/chromium-crossbench/crossbench/network/traffic_shaping/
Dts_proxy.py104 self._ts_proxy_path = PathParser.existing_file_path(ts_proxy_path)