Searched refs:tmpdir_path (Results 1 – 4 of 4) sorted by relevance
156 tmpdir_path = Path(tmpdir)158 tmp_wheel_path = tmpdir_path / bundled_wheel_path.name
485 let tmpdir_path = tmpdir.path().canonicalize().unwrap(); in test_fchdir() localVariable486 let tmpdir_fd = File::open(&tmpdir_path).unwrap().into_raw_fd(); in test_fchdir()489 assert_eq!(getcwd().unwrap(), tmpdir_path); in test_fchdir()500 let tmpdir_path = tmpdir.path().canonicalize().unwrap(); in test_getcwd() localVariable501 chdir(&tmpdir_path).expect("assertion failed"); in test_getcwd()502 assert_eq!(getcwd().unwrap(), tmpdir_path); in test_getcwd()508 let mut inner_tmp_dir = tmpdir_path; in test_getcwd()
554 tmpdir_path = stack.enter_context(tempfile.TemporaryDirectory())562 onnx_model = os.path.join(tmpdir_path, "model.onnx")
827 tmpdir_path = stack.enter_context(tempfile.TemporaryDirectory())828 model_f = os.path.join(tmpdir_path, "model.onnx")