HomeSort by relevance Sort by last modified time
    Searched refs:setSysroot (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDirectory.h 36 /// setSysroot - if MCLDDirectory is in sysroot, modify the path.
37 void setSysroot(const sys::fs::Path& pPath);
  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) {
27 m_SearchDirs.setSysRoot(pSysroot);
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 79 void setSysroot(const sys::fs::Path& pPath);
  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 87 void MCLDDirectory::setSysroot(const sys::fs::Path& pSysroot) {
SearchDirs.cpp 50 dir->setSysroot(m_SysRoot);
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 597 script_.setSysroot(path);
    [all...]

Completed in 1417 milliseconds