Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/test/unittest/class_file/
H A Drust_test.cpp335 int ret = Mkdirs(filePathSingle, SINGLE);
360 int ret = Mkdirs(filePathMultiple, MULTIPLE);
385 int ret = Mkdirs(filePathSingle, SINGLE);
404 int ret = Mkdirs(filePathMultiplr, MULTIPLE);
423 int ret = Mkdirs(filePath, SINGLE);
443 int ret = Mkdirs(filePath, MULTIPLE);
463 int ret = Mkdirs(filePath, SINGLE);
483 int ret = Mkdirs(filePath, MULTIPLE);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/include/
H A Drust_file.h122 int Mkdirs(const char* path, enum MakeDirectionMode mode);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dffi.rs63 pub extern "C" fn Mkdirs(path: *const c_char, mode: MakeDirectionMode) -> c_int { in Mkdirs() function
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp220 static bool Mkdirs(const string &path, bool isDir, string &newRecoveredPath) in Mkdirs() function
464 if (newDestPath.length() == 0 || !Mkdirs(sourceFilePath, false, newDestPath)) { in RecoverFile()
524 if (Mkdirs(sourceFilePath, true, newDestPath)) { in MakeAndFindUpdateNameDir()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp425 if (::Mkdirs(path.c_str(), static_cast<MakeDirectionMode>(recursion)) < 0) { in MkdirExec()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp203 bool Mkdirs(string path) in Mkdirs() function
265 if (asyncCallbackInfo->recursive && Mkdirs(path)) { in MkdirExec()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp309 if (::Mkdirs(path.c_str(), recursionMode) < 0) { in Mkdir()