Searched refs:VIDEO_SD_DB_NAME (Results 1 – 2 of 2) sorted by relevance
557 MediaFileUtils::IsFileExists(prefix + "/" + VIDEO_SD_DB_NAME); in ShouldIncludeSd()562 std::vector<std::string> sdDbs = { PHOTO_SD_DB_NAME, VIDEO_SD_DB_NAME }; in DeleteSdDatabase()
161 const std::string VIDEO_SD_DB_NAME = "video_sd_Cache.db"; variable