Searched refs:tempfile_path (Results 1 – 25 of 30) sorted by relevance
12
/external/cronet/stable/testing/scripts/ |
D | blink_lint_expectations.py | 14 with common.temporary_file() as tempfile_path: 18 'lint_test_expectations.py'), '--json', tempfile_path 21 with open(tempfile_path) as f:
|
D | check_gn_headers.py | 14 with common.temporary_file() as tempfile_path: 23 tempfile_path, 28 with open(tempfile_path) as f:
|
D | checklicenses.py | 14 with common.temporary_file() as tempfile_path: 17 'checklicenses.py'), '--json', tempfile_path 20 with open(tempfile_path) as f:
|
D | checkdeps.py | 14 with common.temporary_file() as tempfile_path: 17 '--json', tempfile_path 20 with open(tempfile_path) as f:
|
D | checkperms.py | 14 with common.temporary_file() as tempfile_path: 17 '--root', args.paths['checkout'], '--json', tempfile_path 20 with open(tempfile_path) as f:
|
D | blink_python_tests.py | 14 with common.temporary_file() as tempfile_path: 20 tempfile_path, 24 with open(tempfile_path) as f:
|
D | metrics_python_tests.py | 15 with common.temporary_file() as tempfile_path: 22 tempfile_path, 27 with open(tempfile_path) as f:
|
D | get_compile_targets.py | 37 with common.temporary_file() as tempfile_path: 41 ['compile_targets', '--output', tempfile_path]) 45 with open(tempfile_path) as f:
|
D | checkbins.py | 43 with common.temporary_file() as tempfile_path: 49 tempfile_path, 53 with open(tempfile_path) as f:
|
D | run_flatbuffers_unittests.py | 44 with common.temporary_file() as tempfile_path: 45 rc = xvfb.run_executable([exe], env, stdoutfile=tempfile_path) 53 with open(tempfile_path) as f:
|
D | content_shell_crash_test.py | 59 with common.temporary_file() as tempfile_path: 71 tempfile_path, 76 with open(tempfile_path) as f:
|
D | host_info.py | 58 with common.temporary_file() as tempfile_path: 63 '--json-output', tempfile_path, '--denylist-file', 74 with open(tempfile_path, 'r') as src:
|
/external/cronet/tot/testing/scripts/ |
D | blink_lint_expectations.py | 14 with common.temporary_file() as tempfile_path: 18 'lint_test_expectations.py'), '--json', tempfile_path 21 with open(tempfile_path) as f:
|
D | check_gn_headers.py | 14 with common.temporary_file() as tempfile_path: 23 tempfile_path, 28 with open(tempfile_path) as f:
|
D | checklicenses.py | 14 with common.temporary_file() as tempfile_path: 17 'checklicenses.py'), '--json', tempfile_path 20 with open(tempfile_path) as f:
|
D | blink_python_tests.py | 14 with common.temporary_file() as tempfile_path: 20 tempfile_path, 24 with open(tempfile_path) as f:
|
D | checkperms.py | 14 with common.temporary_file() as tempfile_path: 17 '--root', args.paths['checkout'], '--json', tempfile_path 20 with open(tempfile_path) as f:
|
D | checkdeps.py | 14 with common.temporary_file() as tempfile_path: 17 '--json', tempfile_path 20 with open(tempfile_path) as f:
|
D | metrics_python_tests.py | 15 with common.temporary_file() as tempfile_path: 22 tempfile_path, 27 with open(tempfile_path) as f:
|
D | get_compile_targets.py | 37 with common.temporary_file() as tempfile_path: 41 ['compile_targets', '--output', tempfile_path]) 45 with open(tempfile_path) as f:
|
D | checkbins.py | 43 with common.temporary_file() as tempfile_path: 49 tempfile_path, 53 with open(tempfile_path) as f:
|
D | run_flatbuffers_unittests.py | 44 with common.temporary_file() as tempfile_path: 45 rc = xvfb.run_executable([exe], env, stdoutfile=tempfile_path) 53 with open(tempfile_path) as f:
|
D | content_shell_crash_test.py | 59 with common.temporary_file() as tempfile_path: 71 tempfile_path, 76 with open(tempfile_path) as f:
|
D | host_info.py | 58 with common.temporary_file() as tempfile_path: 63 '--json-output', tempfile_path, '--denylist-file', 74 with open(tempfile_path, 'r') as src:
|
/external/crosvm/cros_async/src/sys/windows/ |
D | overlapped_source.rs | 425 fn tempfile_path() -> (PathBuf, TempDir) { in tempfile_path() function 453 let (file_path, _tmpdir) = tempfile_path(); in test_read_vec() 470 let (file_path, _tmpdir) = tempfile_path(); in test_read_mem() 501 let (file_path, _tmpdir) = tempfile_path(); in test_write_vec() 523 let (file_path, _tmpdir) = tempfile_path(); in test_write_mem() 560 let (file_path, _tmpdir) = tempfile_path(); in test_punch_holes() 583 let (file_path, _tmpdir) = tempfile_path(); in test_punch_holes_fail_out_of_bounds()
|
12