Searched defs:pSysroot (Results 1 - 2 of 2) sorted by relevance

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

Completed in 106 milliseconds