Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h37 #define ANDROID_ART_APEX_BIN "/apex/com.android.art/bin" macro
39 static constexpr const char* kDex2oat32Path = ANDROID_ART_APEX_BIN "/dex2oat32";
40 static constexpr const char* kDex2oat64Path = ANDROID_ART_APEX_BIN "/dex2oat64";
41 static constexpr const char* kDex2oatDebug32Path = ANDROID_ART_APEX_BIN "/dex2oatd32";
42 static constexpr const char* kDex2oatDebug64Path = ANDROID_ART_APEX_BIN "/dex2oatd64";
43 static constexpr const char* kProfmanPath = ANDROID_ART_APEX_BIN "/profman";
44 static constexpr const char* kProfmanDebugPath = ANDROID_ART_APEX_BIN "/profmand";
45 static constexpr const char* kDexoptanalyzerPath = ANDROID_ART_APEX_BIN "/dexoptanalyzer";
46 static constexpr const char* kDexoptanalyzerDebugPath = ANDROID_ART_APEX_BIN "/dexoptanalyzerd";
47 #undef ANDROID_ART_APEX_BIN