Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp642 size_t cloudDirLength = RESTORE_FILES_CLOUD_DIR.length(); in GetThumbnailLocalPath() local
643 …if (path.length() <= cloudDirLength || path.substr(0, cloudDirLength).compare(RESTORE_FILES_CLOUD_… in GetThumbnailLocalPath()
647 std::string suffixStr = path.substr(cloudDirLength); in GetThumbnailLocalPath()