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

/dalvik/vm/
H A DJarFile.cpp204 bool locked = false; local
280 locked = true;
285 * The file descriptor returned is still locked, and is positioned
338 if (locked) {
345 locked = false;
363 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 502 milliseconds