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

/frameworks/base/cmds/app_process/
H A Dapp_main.cpp141 static const char kInstructionSet[] = "arm64"; local
143 static const char kInstructionSet[] = "x86_64";
145 static const char kInstructionSet[] = "arm";
147 static const char kInstructionSet[] = "x86";
149 static const char kInstructionSet[] = "mips";
151 static const char kInstructionSet[] = "mips64";
160 "%s/dalvik-cache/%s", androidRoot, kInstructionSet);

Completed in 24 milliseconds