OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dex2oat_isa_features_key
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
AndroidRuntime.cpp
613
char
dex2oat_isa_features_key
[PROPERTY_KEY_MAX];
local
[
all
...]
/frameworks/native/cmds/installd/
commands.cpp
760
char
dex2oat_isa_features_key
[kPropertyKeyMax];
local
761
sprintf(
dex2oat_isa_features_key
, "dalvik.vm.isa.%s.features", instruction_set);
763
bool have_dex2oat_isa_features = get_property(
dex2oat_isa_features_key
,
[
all
...]
Completed in 2310 milliseconds