Home
last modified time | relevance | path

Searched defs:tmpdir_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/faccessat/
H A Dfaccessat01.c58 char *tmpdir_path = tst_get_tmpdir(); in setup() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fchmodat/
H A Dfchmodat01.c63 char *tmpdir_path = tst_get_tmpdir(); in setup() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/faccessat2/
H A Dfaccessat201.c59 char *tmpdir_path = tst_get_tmpdir(); in setup() local
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_unistd.rs482 let tmpdir_path = tmpdir.path().canonicalize().unwrap(); in test_fchdir() localVariable
497 let tmpdir_path = tmpdir.path().canonicalize().unwrap(); in test_getcwd() localVariable