HomeSort by relevance Sort by last modified time
    Searched refs:kInstructionSet (Results 1 - 2 of 2) sorted by null

  /dalvik/libdex/
OptInvocation.cpp 37 static const char* kInstructionSet = "arm64";
39 static const char* kInstructionSet = "arm";
41 static const char* kInstructionSet = "x86";
43 static const char* kInstructionSet = "mips";
45 static const char* kInstructionSet = "x86_64";
128 snprintf(nameBuf, kBufLen, "%s/%s/%s", dataRoot, kCacheDirectoryName, kInstructionSet);
  /frameworks/base/cmds/app_process/
app_main.cpp 141 static const char kInstructionSet[] = "arm64";
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 169 milliseconds