Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/toybox/lib/
H A Dportability.c374 int old_dirfd = open(".", O_RDONLY), result; in mknodat() local