Home
last modified time | relevance | path

Searched refs:setSysroot (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDirectory.h37 void setSysroot(const sys::fs::Path& pPath);
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) { in setSysroot() function in mcld::LinkerScript
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h79 void setSysroot(const sys::fs::Path& pPath);
/aosp12/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp87 void MCLDDirectory::setSysroot(const sys::fs::Path& pSysroot) { in setSysroot() function in mcld::MCLDDirectory
H A DSearchDirs.cpp50 dir->setSysroot(m_SysRoot); in insert()
/aosp12/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp597 script_.setSysroot(path); in TranslateArguments()