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

/dalvik/vm/analysis/
H A DDexPrepare.h102 bool dvmUnlockCachedDexFile(int fd);
H A DDexPrepare.cpp320 bool dvmUnlockCachedDexFile(int fd) function
/dalvik/vm/
H A DRawDexFile.cpp219 if (!dvmUnlockCachedDexFile(optFd)) {
242 (void) dvmUnlockCachedDexFile(optFd);
H A DJarFile.cpp137 if (!dvmUnlockCachedDexFile(fd)) {
336 if (!dvmUnlockCachedDexFile(fd)) {
360 (void) dvmUnlockCachedDexFile(fd);

Completed in 126 milliseconds