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

  /frameworks/compile/mclinker/include/mcld/Script/
WildcardPattern.h 45 bool isPrefix() const { return m_bIsPrefix; }
61 bool m_bIsPrefix;
  /frameworks/compile/mclinker/lib/Script/
WildcardPattern.cpp 26 WildcardPattern::WildcardPattern() : m_bIsPrefix(false) {
33 m_bIsPrefix = true;
35 m_bIsPrefix = false;

Completed in 762 milliseconds