Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_unistd.rs277 let old_groups = getgroups().unwrap(); in test_setgroups() localVariable
307 let old_groups = getgroups().unwrap(); in test_initgroups() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
H A Dquick.rs994 let mut old_groups = Vec::new(); localVariable