Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp471 bool MediaFileUtils::CopyDirAndDelSrc(const std::string &srcPath, const std::string &destPath, in CopyDirAndDelSrc() function in OHOS::Media::MediaFileUtils
500 ret = CopyDirAndDelSrc(srcSubPath, destSubPath, curRecursionDepth) && ret; in CopyDirAndDelSrc()
525 CopyDirAndDelSrc(dirPath, ROOT_MEDIA_DIR + MEDIALIBRARY_TEMP_DIR + SLASH_STR + suffixName); in BackupPhotoDir()
552 CopyDirAndDelSrc(fullPath, ROOT_MEDIA_DIR + PHOTO_BUCKET + suffixName); in RecoverMediaTempDir()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedia_file_utils.h96 EXPORT static bool CopyDirAndDelSrc(const std::string &srcPath, const std::string &destPath,