Home
last modified time | relevance | path

Searched refs:RESTORE_MUSIC_LOCAL_DIR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h63 const std::string RESTORE_MUSIC_LOCAL_DIR = "/storage/media/local/files/Docs/Music/"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp437 string relativePath0 = RESTORE_MUSIC_LOCAL_DIR; in InsertAudio()
442 string dstPath = RESTORE_MUSIC_LOCAL_DIR + relativePath1; in InsertAudio()
H A Dupgrade_restore.cpp237 if (!MediaFileUtils::IsFileExists(RESTORE_MUSIC_LOCAL_DIR)) { in RestoreAudio()
239 MediaFileUtils::CreateDirectory(RESTORE_MUSIC_LOCAL_DIR); in RestoreAudio()
H A Dclone_restore.cpp1424 if (!MediaFileUtils::IsFileExists(RESTORE_MUSIC_LOCAL_DIR)) { in RestoreAudio()
1426 MediaFileUtils::CreateDirectory(RESTORE_MUSIC_LOCAL_DIR); in RestoreAudio()
1525 string localPath = RESTORE_MUSIC_LOCAL_DIR + fileInfo.displayName; in InsertAudio()