Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_parameters.cpp259 size_t dexopt_index = versioned ? 3 : 2; in ReadArgumentsPostV1() local
262 if (argv[dexopt_index] == nullptr) { in ReadArgumentsPostV1()
266 if (std::string("dexopt").compare(argv[dexopt_index]) != 0) { in ReadArgumentsPostV1()
267 LOG(ERROR) << "Expected \"dexopt\" but found: " << argv[dexopt_index]; in ReadArgumentsPostV1()
273 while (argv[dexopt_index + 1 + num_args_actual] != nullptr) { in ReadArgumentsPostV1()
289 const char* param = argv[dexopt_index + 1 + param_index]; in ReadArgumentsPostV1()