Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/test/unittest/class_file/
H A Drust_test.cpp322 * @tc.desc: Test function of Mkdirs() interface for SUCCESS.
335 int ret = Mkdirs(filePathSingle, SINGLE); in HWTEST_F()
347 * @tc.desc: Test function of Mkdirs() interface for SUCCESS.
360 int ret = Mkdirs(filePathMultiple, MULTIPLE); in HWTEST_F()
372 * @tc.desc: Test function of Mkdirs() interface for SUCCESS.
385 int ret = Mkdirs(filePathSingle, SINGLE); in HWTEST_F()
393 * @tc.desc: Test function of Mkdirs() interface for SUCCESS.
404 int ret = Mkdirs(filePathMultiplr, MULTIPLE); in HWTEST_F()
412 * @tc.desc: Test function of Mkdirs() interface for SUCCESS.
423 int ret = Mkdirs(filePat in HWTEST_F()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/rust/include/
H A Drust_file.h122 int Mkdirs(const char* path, enum MakeDirectionMode mode);
/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() functions
/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
222 HILOG_INFO("Mkdirs: path = %{public}s", path.c_str()); in Mkdirs()
243 HILOG_ERROR("Mkdirs fail for %{public}s ", recoveredPath.c_str()); in Mkdirs()
464 if (newDestPath.length() == 0 || !Mkdirs(sourceFilePath, false, newDestPath)) { in RecoverFile()
465 HILOG_ERROR("RecoverFile: Mkdirs failed"); in RecoverFile()
524 if (Mkdirs(sourceFilePath, true, newDestPath)) { in MakeAndFindUpdateNameDir()
/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()
/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()
431 HILOGE("Failed to verify the result of Mkdirs function"); in MkdirExec()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp309 if (::Mkdirs(path.c_str(), recursionMode) < 0) { in Mkdir()

Completed in 8 milliseconds