OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addConfigurations
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
Bundle.h
141
void
addConfigurations
(const char* val) { if (mConfigurations.size() > 0) { mConfigurations.append(","); mConfigurations.append(val); } else { mConfigurations = val; } }
Main.cpp
290
bundle.
addConfigurations
(argv[0]);
Completed in 99 milliseconds