OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kExcludeExtension
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
Package.cpp
26
static const char*
kExcludeExtension
= ".EXCLUDE";
321
int excludeExtensionLen = strlen(
kExcludeExtension
);
324
kExcludeExtension
))) {
/frameworks/base/libs/androidfw/
AssetManager.cpp
80
static const char*
kExcludeExtension
= ".EXCLUDE";
896
excludeName.append(
kExcludeExtension
);
922
excludeName.append(
kExcludeExtension
);
[
all
...]
Completed in 28 milliseconds