Lines Matching refs:fileName
1431 fileName(),
1508 return fileName;
1516 fileName = val;
1600 for (unsigned int i=0 ; i<fileName.size() ; i++)
1601 putByte(fileName[i]);
1647 bool GzipFile::writeFile(const std::string &fileName)
1651 FILE *f = fopen(fileName.c_str(), "wb");
1773 fileName = "";
1780 fileName.push_back(ch);
1865 bool GzipFile::readFile(const std::string &fileName)
1868 FILE *f = fopen(fileName.c_str(), "rb");
1900 fileName (),
1915 fileName (fileNameArg),
1937 return fileName;
1945 fileName = val;
2106 fileName = fileNameArg;
2108 FILE *f = fopen(fileName.c_str(), "rb");
2231 ZipEntry *ZipFile::addFile(const std::string &fileName,
2235 if (!ze->readFile(fileName, comment))
2248 ZipEntry *ZipFile::newEntry(const std::string &fileName,
2251 ZipEntry *ze = new ZipEntry(fileName, comment);
2315 putInt(fname.size());//fileName length
2360 putInt(fname.size());//fileName length
2425 bool ZipFile::writeFile(const std::string &fileName)
2429 FILE *f = fopen(fileName.c_str(), "wb");
2575 std::string fileName;
2581 fileName.push_back(ch);
2592 trace("FileName :%d:%s" , fileName.size(), fileName.c_str());
2715 ZipEntry *ze = new ZipEntry(fileName, comment);
2836 std::string fileName;
2842 fileName.push_back(ch);
2861 trace("FileName :%s" , fileName.c_str());
3000 bool ZipFile::readFile(const std::string &fileName)
3003 FILE *f = fopen(fileName.c_str(), "rb");