Lines Matching defs:file
4 * you may not use this file except in compliance with the License.
101 LOG(ERROR) << "new patch file name is empty. thread quit.";
105 LOG(DEBUG) << "new patch file name: " << info->newPatch;
107 const FileInfo *file = env->GetPkgManager()->GetFileInfo(info->newPatch);
108 if (file == nullptr) {
109 LOG(ERROR) << "Cannot get file info of :" << info->newPatch;
113 LOG(DEBUG) << info->newPatch << " info: size " << file->packedSize << " unpacked size " <<
114 file->unpackedSize << " name " << file->identity;
153 // Use partition name as zip file name. ${partition name}.zip
250 LOG(WARNING) << "Error to get file info";
263 LOG(ERROR) << "Error to extract file";
325 LOG(ERROR) << "Error to extract file";
403 LOG(ERROR) << "Failed to open file";
571 LOG(ERROR) << "Failed to open file " << devPath;
612 LOG(ERROR) << "Failed to open file";