Home
last modified time | relevance | path

Searched refs:found_dot (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/src/io/
Dprocfs.rs438 let mut found_dot = false; in open_and_check_file() localVariable
455 found_dot = true; in open_and_check_file()
459 if found_file && found_dot { in open_and_check_file()