Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dopen_options.rs295 pub async fn open<P: AsRef<Path>>(&self, path: P) -> io::Result<File> { in open() method
Dasync_file.rs126 pub async fn open<P: AsRef<Path>>(path: P) -> io::Result<File> { in open() method