Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp82 void GeneralOptions::setSysroot(const mcld::sys::fs::Path &pSysroot) in setSysroot() argument
84 m_SearchDirs.setSysRoot(pSysroot); in setSysroot()
/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp92 void MCLDDirectory::setSysroot(const sys::fs::Path& pSysroot) in setSysroot() argument
96 Directory::m_Path.native() = pSysroot.native(); in setSysroot()