Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_dao.cpp320 std::string albumlPath = lPath; in BuildAlbumInfoByLPath() local
323 size_t fileIndex = albumlPath.find_last_of(FILE_SEPARATOR); in BuildAlbumInfoByLPath()
325 albumName = albumlPath.substr(fileIndex + 1); in BuildAlbumInfoByLPath()
327 albumlPath = "/Pictures/其它"; in BuildAlbumInfoByLPath()
332 albumInfo.lPath = albumlPath; in BuildAlbumInfoByLPath()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h394 std::string albumlPath; //相册IPath member