Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h61 const std::string RESTORE_LOCAL_DIR = "/storage/media/local/files/Photo"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp497 string localPath = tmpPath.replace(0, RESTORE_CLOUD_DIR.length(), RESTORE_LOCAL_DIR); in MoveAndModifyFile()
509 … string localVideoPath = tmpVideoPath.replace(0, RESTORE_CLOUD_DIR.length(), RESTORE_LOCAL_DIR); in MoveAndModifyFile()