OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_dex2oat_flags
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/cmds/installd/
commands.c
722
bool
have_dex2oat_flags
= property_get("dalvik.vm.dex2oat-flags", dex2oat_flags, NULL) > 0;
local
806
+ (
have_dex2oat_flags
? 1 : 0)
835
if (
have_dex2oat_flags
) {
[
all
...]
Completed in 153 milliseconds