Home
last modified time | relevance | path

Searched refs:dvmUnlockCachedDexFile (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DJarFile.cpp159 if (!dvmUnlockCachedDexFile(fd)) { in dvmDexCacheStatus()
340 if (!dvmUnlockCachedDexFile(fd)) { in dvmJarFileOpen()
364 (void) dvmUnlockCachedDexFile(fd); in dvmJarFileOpen()
DRawDexFile.cpp219 if (!dvmUnlockCachedDexFile(optFd)) { in dvmRawDexFileOpen()
242 (void) dvmUnlockCachedDexFile(optFd); in dvmRawDexFileOpen()
/dalvik/vm/analysis/
DDexPrepare.h102 bool dvmUnlockCachedDexFile(int fd);
DDexPrepare.cpp320 bool dvmUnlockCachedDexFile(int fd) in dvmUnlockCachedDexFile() function