Searched defs:fileExists (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp3168 bool fileExists(const String &fileName);
5109 if (!fileExists(native))
5169 bool MakeBase::fileExists(const String &fileName) function in class:buildtool::MakeBase
7530 if (fileExists(rawCmd)) {
7532 } else if (fileExists(rawCmd + ".exe")) {

Completed in 46 milliseconds