Home
last modified time | relevance | path

Searched defs:create (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dopen_options.rs206 pub fn create(&mut self, create: bool) -> &mut Self { in create() method
Dasync_file.rs161 pub async fn create<P: AsRef<Path>>(path: P) -> io::Result<File> { in create() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_buf.rs49 pub fn create( in create() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dbio.rs213 unsafe extern "C" fn create(bio: *mut BIO) -> c_int { in create() function