Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp18 : Directory(), m_Name(), m_bInSysroot(false) { in MCLDDirectory()
26 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
29 if (m_bInSysroot) in MCLDDirectory()
40 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
43 if (m_bInSysroot) in MCLDDirectory()
54 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
57 if (m_bInSysroot) in MCLDDirectory()
69 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in assign()
72 if (m_bInSysroot) in assign()
89 return m_bInSysroot; in isInSysroot()
[all …]
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDDirectory.h47 bool m_bInSysroot; variable