OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_SearchDirs
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp
23
return
m_SearchDirs
.sysroot();
27
m_SearchDirs
.setSysRoot(pSysroot);
/frameworks/compile/mclinker/include/mcld/
LinkerScript.h
73
const SearchDirs& directories() const { return
m_SearchDirs
; }
74
SearchDirs& directories() { return
m_SearchDirs
; }
104
SearchDirs
m_SearchDirs
;
/frameworks/compile/mclinker/lib/MC/
CommandAction.cpp
46
: InputAction(pPosition), m_Namespec(pNamespec),
m_SearchDirs
(pSearchDirs) {
58
path =
m_SearchDirs
.find(namespec(), Input::Archive);
62
path =
m_SearchDirs
.find(namespec(), Input::DynObj);
66
path =
m_SearchDirs
.find(namespec(), Input::Archive);
243
m_SearchDirs
(pSearchDirs) {
250
const sys::fs::Path* res =
m_SearchDirs
.find(m_FileName, Input::Script);
/frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h
55
const SearchDirs&
m_SearchDirs
;
181
const SearchDirs&
m_SearchDirs
;
Completed in 263 milliseconds