Home
last modified time | relevance | path

Searched refs:hasSlash (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp105 bool hasSlash = path.str().find('/') != std::string::npos; in replaceWith() local
106 if (hasSlash) in replaceWith()
112 if (hasSlash || path.str().length() > 15) in replaceWith()
DArchiveWriter.cpp179 bool hasSlash = filePath.str().find('/') != std::string::npos; in addFileBefore() local
180 if (hasSlash) in addFileBefore()
182 if (hasSlash || filePath.str().length() > 15) in addFileBefore()
/external/jarjar/src/main/com/tonicsystems/jarjar/
DPackageRemapper.java99 boolean hasSlash = s.indexOf('/') >= 0; in mapValue()
100 if (!(hasDot && hasSlash)) { in mapValue()