Searched refs:hasSlash (Results 1 – 2 of 2) sorted by relevance
106 bool hasSlash = path.str().find('/') != std::string::npos; in replaceWith() local107 if (hasSlash) in replaceWith()113 if (hasSlash || path.str().length() > 15) in replaceWith()
180 bool hasSlash = filePath.str().find('/') != std::string::npos; in addFileBefore() local181 if (hasSlash) in addFileBefore()183 if (hasSlash || filePath.str().length() > 15) in addFileBefore()