Searched refs:dvmUnlockCachedDexFile (Results 1 – 4 of 4) sorted by relevance
159 if (!dvmUnlockCachedDexFile(fd)) { in dvmDexCacheStatus()340 if (!dvmUnlockCachedDexFile(fd)) { in dvmJarFileOpen()364 (void) dvmUnlockCachedDexFile(fd); in dvmJarFileOpen()
219 if (!dvmUnlockCachedDexFile(optFd)) { in dvmRawDexFileOpen()242 (void) dvmUnlockCachedDexFile(optFd); in dvmRawDexFileOpen()
102 bool dvmUnlockCachedDexFile(int fd);
320 bool dvmUnlockCachedDexFile(int fd) in dvmUnlockCachedDexFile() function