Searched refs:fileNameArg (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/util/
H A Dziptool.h345 virtual bool readFile(const std::string &fileNameArg,
427 virtual ZipEntry *addFile(const std::string &fileNameArg,
433 virtual ZipEntry *newEntry(const std::string &fileNameArg,
H A Dziptool.cpp1912 ZipEntry::ZipEntry(const std::string &fileNameArg, argument
1915 fileName (fileNameArg),
2101 bool ZipEntry::readFile(const std::string &fileNameArg, argument
2106 fileName = fileNameArg;

Completed in 20 milliseconds