OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInstructionSet
(Results
1 - 2
of
2
) sorted by null
/dalvik/libdex/
OptInvocation.cpp
39
static const char*
kInstructionSet
= "arm64";
41
static const char*
kInstructionSet
= "arm";
43
static const char*
kInstructionSet
= "x86";
45
static const char*
kInstructionSet
= "mips";
47
static const char*
kInstructionSet
= "x86_64";
130
snprintf(nameBuf, kBufLen, "%s/%s/%s", dataRoot, kCacheDirectoryName,
kInstructionSet
);
/frameworks/base/cmds/app_process/
app_main.cpp
142
static const char
kInstructionSet
[] = "arm64";
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 332 milliseconds