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 46 bool isPrefix() const { return m_bIsPrefix; }
63 bool m_bIsPrefix;
  /frameworks/compile/mclinker/lib/Script/
WildcardPattern.cpp 25 : m_bIsPrefix(false)
34 m_bIsPrefix = true;
36 m_bIsPrefix = false;

Completed in 46 milliseconds