Searched defs:locked (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DJarFile.cpp200 bool locked = false; local
276 locked = true;
281 * The file descriptor returned is still locked, and is positioned
334 if (locked) {
341 locked = false;
359 if (locked)
H A DRawDexFile.cpp126 bool locked = false; local
169 locked = true;
174 * optimized DEX. The file descriptor returned is still locked,
217 if (locked) {
224 locked = false;
241 if (locked)

Completed in 118 milliseconds