Home
last modified time | relevance | path

Searched defs:tmpdir (Results 1 – 25 of 61) sorted by relevance

123

/third_party/rust/rust/library/std/src/fs/
Dtests.rs103 let tmpdir = tmpdir(); in file_test_io_smoke_test() localVariable
123 let tmpdir = tmpdir(); in invalid_path_raises() localVariable
137 let tmpdir = tmpdir(); in file_test_iounlinking_invalid_path_should_raise_condition() localVariable
154 let tmpdir = tmpdir(); in file_test_io_non_positional_read() localVariable
183 let tmpdir = tmpdir(); in file_test_io_seek_and_tell_smoke_test() localVariable
210 let tmpdir = tmpdir(); in file_test_io_seek_and_write() localVariable
235 let tmpdir = tmpdir(); in file_test_io_seek_shakedown() localVariable
261 let tmpdir = tmpdir(); in file_test_io_eof() localVariable
278 let tmpdir = tmpdir(); in file_test_io_read_write_at() localVariable
334 let tmpdir = tmpdir(); in set_get_unix_permissions() localVariable
[all …]
/third_party/libfuse/test/
Dtest_ctests.py24 def test_write_cache(tmpdir, writeback, output_checker): argument
51 def test_notify1(tmpdir, name, notify, output_checker): argument
81 def test_notify_file_size(tmpdir, notify, output_checker): argument
Dtest_examples.py90 def test_hello(tmpdir, name, options, cmdline_builder, output_checker): argument
264 def test_ioctl(tmpdir, output_checker): argument
293 def test_poll(tmpdir, output_checker): argument
310 def test_null(tmpdir, output_checker): argument
340 def test_notify_inval_entry(tmpdir, only_expire, notify, output_checker): argument
447 def test_release_unlink_race(tmpdir, output_checker): argument
/third_party/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir09.c37 char tmpdir[MAXPATHLEN]; in test1() local
57 char tmpdir[MAXPATHLEN]; in test2() local
77 char tmpdir[MAXPATHLEN]; in test3() local
130 char tmpdir[MAXPATHLEN]; in setup() local
/third_party/rust/crates/rustix/tests/termios/
Disatty.rs6 fn tmpdir() -> TempDir { in tmpdir() function
12 let tmpdir = tempfile::tempdir().unwrap(); in std_file_is_not_terminal() localVariable
/third_party/rust/crates/rustix/tests/process/
Dworking_directory.rs8 fn tmpdir() -> TempDir { in tmpdir() function
17 let tmpdir = tmpdir(); in test_changing_working_directory() localVariable
/third_party/libuv/test/
Dtest-tmpdir.c29 TEST_IMPL(tmpdir) { in TEST_IMPL() argument
30 char tmpdir[PATHMAX]; in TEST_IMPL() local
/third_party/liburing/test/
Dacross-fork.c88 static int verify_file(const char *tmpdir, const char *fname, const char* expect) in verify_file()
115 static void cleanup(const char *tmpdir) in cleanup()
139 char tmpdir[] = "forktmpXXXXXX"; in main() local
/third_party/ltp/testcases/kernel/security/filecaps/
Dfilecaps_common.h13 const char *tmpdir = tst_get_tmpdir_root(); in get_caps_fifo() local
/third_party/skia/m133/third_party/externals/libwebp/swig/
Dsetup.py11 tmpdir = tempfile.mkdtemp() variable
/third_party/skia/third_party/externals/libwebp/swig/
Dsetup.py11 tmpdir = tempfile.mkdtemp() variable
/third_party/rust/crates/rustix/tests/fs/
Dreaddir.rs12 let tmpdir = tempfile::tempdir().expect("construct tempdir"); in dir_entries() localVariable
81 let tmpdir = tempfile::tempdir().expect("construct tempdir"); in test_raw_dir() localVariable
/third_party/ltp/lib/
Dtst_path_has_mnt_flags.c36 char *tmpdir = NULL; in tst_path_has_mnt_flags_() local
/third_party/gn/examples/ios/build/toolchain/apple/
Dswiftc.py19 def compile_module(module, sources, settings, extras, tmpdir): argument
/third_party/rust/rust/tests/run-make-fulldeps/issue-19371/
Dfoo.rs25 let tmpdir = PathBuf::from(&args[1]); in main() localVariable
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename09.c30 static char *tmpdir; variable
/third_party/cups/cups/
Dtempfile.c41 const char *tmpdir; /* TMPDIR environment var */ in cupsTempFd() local
/third_party/rust/rust/tests/run-make/long-linker-command-lines-cmd-exe/
Dfoo.rs25 let tmpdir = PathBuf::from(env::var_os("OUT_DIR").unwrap()); in main() localVariable
/third_party/rust/rust/library/std/tests/
Dcreate_dir_all_bare.rs35 let tmpdir = common::tmpdir(); in create_dir_all_bare() localVariable
/third_party/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd02.c73 const char *tmpdir = tst_get_tmpdir_root(); in setup() local
/third_party/rust/rust/tests/run-make/long-linker-command-lines/
Dfoo.rs48 let tmpdir = PathBuf::from(env::var_os("TMPDIR").unwrap()); in main() localVariable
/third_party/rust/rust/library/std/src/sys_common/
Dio.rs43 pub fn tmpdir() -> TempDir { in tmpdir() function
/third_party/skia/tests/
DTest.cpp69 const char* tmpdir = environmentVariable ? getenv(environmentVariable) : nullptr; in GetTmpDir() local
/third_party/skia/m133/tests/
DTest.cpp72 const char* tmpdir = environmentVariable ? getenv(environmentVariable) : nullptr; in GetTmpDir() local
/third_party/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat01.c69 char *tmpdir = tst_get_tmpdir(); in setup() local

123