Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Core/
DLinkerScript.cpp26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) { in setSysroot() argument
27 m_SearchDirs.setSysRoot(pSysroot); in setSysroot()
/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp87 void MCLDDirectory::setSysroot(const sys::fs::Path& pSysroot) { in setSysroot() argument
90 Directory::m_Path.native() = pSysroot.native(); in setSysroot()