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