Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp1058 unordered_map<string, size_t> fileIndexMap; in BatchQueryPhoto() local
1064 fileIndexMap[fileInfos[index].cloudPath] = index; in BatchQueryPhoto()
1069 querySql += " LIMIT " + to_string(fileIndexMap.size()); in BatchQueryPhoto()
1083 if (fileIndexMap.count(cloudPath) == 0) { in BatchQueryPhoto()
1086 size_t index = fileIndexMap.at(cloudPath); in BatchQueryPhoto()