HomeSort by relevance Sort by last modified time
    Searched defs:Stem (Results 1 - 2 of 2) sorted by null

  /build/kati/
strutil.cc 188 StringPiece Pattern::Stem(StringPiece str) const {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 779 StringRef Stem = sys::path::stem(ToolName);
780 if (Stem.find("ranlib") == StringRef::npos &&
781 Stem.find("lib") != StringRef::npos)
791 if (Stem.find("ranlib") != StringRef::npos)
793 if (Stem.find("ar") != StringRef::npos)

Completed in 480 milliseconds