Searched defs:readFile (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/util/ | ||
H A D | ziptool.cpp | 1865 bool GzipFile::readFile(const std::string &fileName) function in class:GzipFile 2101 bool ZipEntry::readFile(const std::string &fileNameArg, function in class:ZipEntry 2235 if (!ze->readFile(fileName, comment)) 3000 bool ZipFile::readFile(const std::string &fileName) function in class:ZipFile |
/inkscape/ | ||
H A D | buildtool.cpp | 3358 virtual bool readFile(const String &fileName); 5541 bool PkgConfig::readFile(const String &fname) function in class:buildtool::PkgConfig 5583 if (!readFile(fname)) 10271 if (!pkgConfig.readFile("gtk+-2.0.pc")) |
Completed in 396 milliseconds