Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h62 int32_t MkdirParentWithRetry(const std::string &pathName, mode_t mode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp54 int32_t ret = MkdirParentWithRetry(to, DEFAULT_DIR_PERM); in CreateBackup()
469 int32_t KeyBackup::MkdirParentWithRetry(const std::string &pathName, mode_t mode) in MkdirParentWithRetry() function in OHOS::StorageDaemon::KeyBackup