Searched refs:pSysRoot (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h44 SearchDirs(const sys::fs::Path& pSysRoot);
55 void setSysRoot(const sys::fs::Path& pSysRoot) { m_SysRoot = pSysRoot; } argument
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp34 SearchDirs::SearchDirs(const sys::fs::Path& pSysRoot) argument
35 : m_SysRoot(pSysRoot) {

Completed in 976 milliseconds