Home
last modified time | relevance | path

Searched refs:tempfile_path (Results 1 – 25 of 30) sorted by relevance

12

/external/cronet/stable/testing/scripts/
Dblink_lint_expectations.py14 with common.temporary_file() as tempfile_path:
18 'lint_test_expectations.py'), '--json', tempfile_path
21 with open(tempfile_path) as f:
Dcheck_gn_headers.py14 with common.temporary_file() as tempfile_path:
23 tempfile_path,
28 with open(tempfile_path) as f:
Dchecklicenses.py14 with common.temporary_file() as tempfile_path:
17 'checklicenses.py'), '--json', tempfile_path
20 with open(tempfile_path) as f:
Dcheckdeps.py14 with common.temporary_file() as tempfile_path:
17 '--json', tempfile_path
20 with open(tempfile_path) as f:
Dcheckperms.py14 with common.temporary_file() as tempfile_path:
17 '--root', args.paths['checkout'], '--json', tempfile_path
20 with open(tempfile_path) as f:
Dblink_python_tests.py14 with common.temporary_file() as tempfile_path:
20 tempfile_path,
24 with open(tempfile_path) as f:
Dmetrics_python_tests.py15 with common.temporary_file() as tempfile_path:
22 tempfile_path,
27 with open(tempfile_path) as f:
Dget_compile_targets.py37 with common.temporary_file() as tempfile_path:
41 ['compile_targets', '--output', tempfile_path])
45 with open(tempfile_path) as f:
Dcheckbins.py43 with common.temporary_file() as tempfile_path:
49 tempfile_path,
53 with open(tempfile_path) as f:
Drun_flatbuffers_unittests.py44 with common.temporary_file() as tempfile_path:
45 rc = xvfb.run_executable([exe], env, stdoutfile=tempfile_path)
53 with open(tempfile_path) as f:
Dcontent_shell_crash_test.py59 with common.temporary_file() as tempfile_path:
71 tempfile_path,
76 with open(tempfile_path) as f:
Dhost_info.py58 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/
Dblink_lint_expectations.py14 with common.temporary_file() as tempfile_path:
18 'lint_test_expectations.py'), '--json', tempfile_path
21 with open(tempfile_path) as f:
Dcheck_gn_headers.py14 with common.temporary_file() as tempfile_path:
23 tempfile_path,
28 with open(tempfile_path) as f:
Dchecklicenses.py14 with common.temporary_file() as tempfile_path:
17 'checklicenses.py'), '--json', tempfile_path
20 with open(tempfile_path) as f:
Dblink_python_tests.py14 with common.temporary_file() as tempfile_path:
20 tempfile_path,
24 with open(tempfile_path) as f:
Dcheckperms.py14 with common.temporary_file() as tempfile_path:
17 '--root', args.paths['checkout'], '--json', tempfile_path
20 with open(tempfile_path) as f:
Dcheckdeps.py14 with common.temporary_file() as tempfile_path:
17 '--json', tempfile_path
20 with open(tempfile_path) as f:
Dmetrics_python_tests.py15 with common.temporary_file() as tempfile_path:
22 tempfile_path,
27 with open(tempfile_path) as f:
Dget_compile_targets.py37 with common.temporary_file() as tempfile_path:
41 ['compile_targets', '--output', tempfile_path])
45 with open(tempfile_path) as f:
Dcheckbins.py43 with common.temporary_file() as tempfile_path:
49 tempfile_path,
53 with open(tempfile_path) as f:
Drun_flatbuffers_unittests.py44 with common.temporary_file() as tempfile_path:
45 rc = xvfb.run_executable([exe], env, stdoutfile=tempfile_path)
53 with open(tempfile_path) as f:
Dcontent_shell_crash_test.py59 with common.temporary_file() as tempfile_path:
71 tempfile_path,
76 with open(tempfile_path) as f:
Dhost_info.py58 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/
Doverlapped_source.rs425 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