Home
last modified time | relevance | path

Searched defs:create_dir (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dadapter.rs135 pub(crate) fn create_dir(path: *const c_char, mode: MakeDirectionMode) -> Result<(), Error> { in create_dir() function
/ohos5.0/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs46 fn create_dir() { in create_dir() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_dir.rs59 pub async fn create_dir<P: AsRef<Path>>(path: P) -> io::Result<()> { in create_dir() function