Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp197 ret = MkdirParent(origDir, DEFAULT_DIR_PERM); in ListAndCheckDir()
471 int32_t ret = MkdirParent(pathName, DEFAULT_DIR_PERM); in MkdirParentWithRetry()
479 ret = MkdirParent(pathName, DEFAULT_DIR_PERM); in MkdirParentWithRetry()
488 int32_t KeyBackup::MkdirParent(const std::string &pathName, mode_t mode) in MkdirParent() function in OHOS::StorageDaemon::KeyBackup
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h61 int32_t MkdirParent(const std::string &pathName, mode_t mode);