OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instruction_set_features_arg
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/cmds/installd/
dexopt.cpp
338
char
instruction_set_features_arg
[arraysize("--instruction-set-features=") + kPropertyValueMax];
local
362
sprintf(
instruction_set_features_arg
, "--instruction-set-features=%s", dex2oat_isa_features);
482
argv[i++] =
instruction_set_features_arg
;
[
all
...]
Completed in 349 milliseconds