OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_SysRoot
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/MC/
SearchDirs.h
55
void setSysRoot(const sys::fs::Path& pSysRoot) {
m_SysRoot
= pSysRoot; }
56
const sys::fs::Path& sysroot() const { return
m_SysRoot
; }
73
sys::fs::Path
m_SysRoot
;
/frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp
34
SearchDirs::SearchDirs(const sys::fs::Path& pSysRoot) :
m_SysRoot
(pSysRoot) {
50
dir->setSysroot(
m_SysRoot
);
Completed in 39 milliseconds