Searched refs:kInstructionSet (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/app_process/
H A Dapp_main.cpp142 static const char kInstructionSet[] = "arm64"; local
144 static const char kInstructionSet[] = "x86_64";
146 static const char kInstructionSet[] = "arm";
148 static const char kInstructionSet[] = "x86";
150 static const char kInstructionSet[] = "mips";
159 "%s/dalvik-cache/%s", androidRoot, kInstructionSet);

Completed in 36 milliseconds