OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPendingPartMap
(Results
1 - 2
of
2
) sorted by null
/system/vold/
DirectVolume.cpp
44
mPendingPartMap
= 0;
158
mPendingPartMap
= partmask;
168
mDiskNumParts,
mPendingPartMap
);
215
mPendingPartMap
&= ~(1 << part_num);
217
if (!
mPendingPartMap
) {
230
SLOGD("Dv:partAdd: pending mask now = 0x%x",
mPendingPartMap
);
257
mPendingPartMap
= partmask;
DirectVolume.h
40
unsigned char
mPendingPartMap
;
Completed in 27 milliseconds