Searched refs:existing_file_path (Results 1 – 9 of 9) sorted by relevance
/external/chromium-crossbench/crossbench/probes/web_page_replay/ |
D | recorder.py | 50 "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/ |
D | base.py | 85 return PathParser.existing_file_path(archive).resolve()
|
/external/chromium-crossbench/tests/crossbench/ |
D | test_parse.py | 353 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/ |
D | btp.py | 63 type=PathParser.existing_file_path,
|
/external/chromium-crossbench/crossbench/action_runner/action/ |
D | js.py | 43 "script_path", aliases=("path",), type=PathParser.existing_file_path)
|
/external/chromium-crossbench/crossbench/cli/config/ |
D | network.py | 103 "ts_proxy", type=PathParser.existing_file_path, required=False) 161 type=PathParser.existing_file_path,
|
/external/chromium-crossbench/crossbench/ |
D | parse.py | 49 def existing_file_path(cls, member in PathParser 62 path: pth.LocalPath = cls.existing_file_path(value, name)
|
D | config.py | 493 file_path = PathParser.existing_file_path(path)
|
/external/chromium-crossbench/crossbench/network/traffic_shaping/ |
D | ts_proxy.py | 104 self._ts_proxy_path = PathParser.existing_file_path(ts_proxy_path)
|