Home
last modified time | relevance | path

Searched defs:try_exists (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/fs/
Dtry_exists.rs25 pub async fn try_exists(path: impl AsRef<Path>) -> io::Result<bool> { in try_exists() function
Dmod.rs277 mod try_exists; module
/external/rust/android-crates-io/crates/tokio/tests/
Dfs_try_exists.rs9 async fn try_exists() { in try_exists() function
/external/sdv/vsomeip/third_party/boost/filesystem/example/
Dfile_status.cpp77 void try_exists() in try_exists() function
/external/rust/android-crates-io/crates/uefi/src/fs/file_system/
Dfs.rs36 pub fn try_exists(&mut self, path: impl AsRef<Path>) -> FileSystemResult<bool> { in try_exists() method
/external/rust/android-crates-io/crates/camino/src/
Dlib.rs1385 pub fn try_exists(&self) -> io::Result<bool> { in try_exists() method