Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_file.rs98 const DEFAULT_BUF_LIMIT: usize = 2 * 1024 * 1024; const
110 buf_size_limit: DEFAULT_BUF_LIMIT, in new()
575 use crate::fs::async_file::DEFAULT_BUF_LIMIT;
747 assert_eq!(file.buf_size_limit, DEFAULT_BUF_LIMIT); in ut_fs_set_buf_size_limit()