OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setSOName
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp
78
void GeneralOptions::
setSOName
(const std::string& pName)
/frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp
171
void LinkerConfig::
setSOName
(const std::string &pSOName) {
172
mLDConfig->options().
setSOName
(pSOName);
Completed in 167 milliseconds