Searched refs:isa_arg (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1301 char isa_arg[strlen("--isa=") + MAX_INSTRUCTION_SET_LEN]; local
1306 sprintf(isa_arg, "--isa=%s", instruction_set);
1314 argv[i++] = isa_arg;

Completed in 617 milliseconds