Searched refs:hasSlash (Results 1 – 3 of 3) sorted by relevance
105 bool hasSlash = path.str().find('/') != std::string::npos; in replaceWith() local106 if (hasSlash) in replaceWith()112 if (hasSlash || path.str().length() > 15) in replaceWith()
179 bool hasSlash = filePath.str().find('/') != std::string::npos; in addFileBefore() local180 if (hasSlash) in addFileBefore()182 if (hasSlash || filePath.str().length() > 15) in addFileBefore()
99 boolean hasSlash = s.indexOf('/') >= 0; in mapValue()100 if (!(hasDot && hasSlash)) { in mapValue()