Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/tests/fs/
Dreaddir.rs154 let _dir = Dir::read_from(dirfd).expect("construct Dir from dirfd"); in dir_from_openat() localVariable
/third_party/python/Lib/unittest/test/testmock/
Dtestmagicmethods.py425 def _dir(self): function