Searched refs:RESTORE_MUSIC_LOCAL_DIR (Results 1 – 4 of 4) sorted by relevance
63 const std::string RESTORE_MUSIC_LOCAL_DIR = "/storage/media/local/files/Docs/Music/"; variable
437 string relativePath0 = RESTORE_MUSIC_LOCAL_DIR; in InsertAudio()442 string dstPath = RESTORE_MUSIC_LOCAL_DIR + relativePath1; in InsertAudio()
237 if (!MediaFileUtils::IsFileExists(RESTORE_MUSIC_LOCAL_DIR)) { in RestoreAudio()239 MediaFileUtils::CreateDirectory(RESTORE_MUSIC_LOCAL_DIR); in RestoreAudio()
1424 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()