Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Drun_dex2oat.h32 explicit RunDex2Oat(const char* dex2oat_bin, ExecVHelper* execv_helper);
Drun_dex2oat.cpp62 RunDex2Oat::RunDex2Oat(const char* dex2oat_bin, ExecVHelper* execv_helper) in RunDex2Oat() argument
63 : dex2oat_bin_(dex2oat_bin), execv_helper_(execv_helper) {} in RunDex2Oat()
Ddexopt.cpp1954 const char* dex2oat_bin = select_execution_binary( in dexopt() local
1963 RunDex2Oat runner(dex2oat_bin, execv_helper.get()); in dexopt()