Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.h42 static constexpr const char* kDex2oatDebug64Path = ANDROID_ART_APEX_BIN "/dex2oatd64"; variable
H A Ddexopt.cpp1823 (use_dex2oat64 ? kDex2oatDebug64Path : kDex2oatDebug32Path), in dexopt()