Home
last modified time | relevance | path

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

/external/llvm/lib/Archive/
DArchive.cpp106 bool hasSlash = path.str().find('/') != std::string::npos; in replaceWith() local
107 if (hasSlash) in replaceWith()
113 if (hasSlash || path.str().length() > 15) in replaceWith()
DArchiveWriter.cpp180 bool hasSlash = filePath.str().find('/') != std::string::npos; in addFileBefore() local
181 if (hasSlash) in addFileBefore()
183 if (hasSlash || filePath.str().length() > 15) in addFileBefore()