Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs130 GetMaxOpenFiles(io::Error), enumerator
252 GetMaxOpenFiles(e) => write!(f, "failed to get max number of open files: {}", e), in fmt()
383 Err(Error::GetMaxOpenFiles(io::Error::last_os_error())) in get_max_open_files()