Home
last modified time | relevance | path

Searched defs:DEXOPT_PARAM_COUNT (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.h31 static constexpr size_t DEXOPT_PARAM_COUNT = 10U; variable
Dinstalld.cpp222 static int do_ota_dexopt(const char* args[DEXOPT_PARAM_COUNT], in do_ota_dexopt()
258 static int do_regular_dexopt(const char* args[DEXOPT_PARAM_COUNT], in do_regular_dexopt()
Dcommands.cpp1527 int dexopt(const char* const params[DEXOPT_PARAM_COUNT]) { in dexopt()