OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmRawDexFileOpen
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/
RawDexFile.h
39
int
dvmRawDexFileOpen
(const char* fileName, const char* odexOutputName,
RawDexFile.cpp
109
int
dvmRawDexFileOpen
(const char* fileName, const char* odexOutputName,
158
LOGV("
dvmRawDexFileOpen
: Checking cache for %s (%s)",
/dalvik/vm/native/
dalvik_system_DexFile.cpp
209
&&
dvmRawDexFileOpen
(sourceName, outputName, &pRawDexFile, false) == 0) {
/dalvik/vm/oo/
Class.cpp
629
if (
dvmRawDexFileOpen
(cpe->fileName, NULL, &pRawDexFile, isBootstrap) == 0) {
[
all
...]
Completed in 552 milliseconds