Home
last modified time | relevance | path

Searched defs:old_dirfd (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_fcntl.rs64 let old_dirfd = in test_renameat() localVariable
94 let old_dirfd = in test_renameat2_behaves_like_renameat_with_no_flags() localVariable
138 let old_dirfd = in test_renameat2_exchange() localVariable
186 let old_dirfd = in test_renameat2_noreplace() localVariable
/third_party/toybox/lib/
Dportability.c392 int old_dirfd = open(".", O_RDONLY), result; in mknodat() local