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

/frameworks/native/cmds/installd/
H A Dotapreopt.cpp360 size_t dexopt_index = versioned ? 3 : 2; local
363 if (argv[dexopt_index] == nullptr) {
367 if (std::string("dexopt").compare(argv[dexopt_index]) != 0) {
374 const char* param = argv[dexopt_index + 1 + param_index];

Completed in 60 milliseconds