Lines Matching defs:fileName
259 -> bool {return image1->fileName < image2->fileName;});
262 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec,
292 LOGD("fileName: %{public}s, fileSize: %{public}d, totalLen: %{public}d", fileName.c_str(), size, totalLen);
293 if (strstr(fileName.c_str(), BOOT_PIC_CONFIG_FILE.c_str()) != nullptr) {
296 CheckImageData(fileName, imageStruct, totalLen, imgVec);
320 bool CheckImageData(const std::string& fileName, std::shared_ptr<ImageStruct> imageStruct,
334 imageStruct->fileName = fileName;