Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp100 std::string mbrPath = mbr.getPath().str(); in fillHeader() local
101 size_t mbrLen = mbrPath.length(); in fillHeader()
102 while (mbrLen > 0 && mbrPath[mbrLen-1] == ' ') { in fillHeader()
103 mbrPath.erase(mbrLen-1,1); in fillHeader()
118 const char* nm = mbrPath.c_str(); in fillHeader()
119 unsigned len = mbrPath.length(); in fillHeader()
120 size_t slashpos = mbrPath.rfind('/'); in fillHeader()
129 } else if (mbrPath.length() < 16 && mbrPath.find('/') == std::string::npos) { in fillHeader()
130 memcpy(hdr.name,mbrPath.c_str(),mbrPath.length()); in fillHeader()
131 hdr.name[mbrPath.length()] = '/'; in fillHeader()
[all …]