OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPropertyKeyMax
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
installd_deps.h
36
constexpr size_t
kPropertyKeyMax
= 32u;
installd.cpp
42
static_assert(
kPropertyKeyMax
== PROPERTY_KEY_MAX, "Size mismatch.");
dexopt.cpp
223
char dex2oat_isa_features_key[
kPropertyKeyMax
];
229
char dex2oat_isa_variant_key[
kPropertyKeyMax
];
[
all
...]
Completed in 68 milliseconds