OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVolManagerDisabled
(Results
1 - 2
of
2
) sorted by null
/system/vold/
VolumeManager.h
68
int
mVolManagerDisabled
;
87
void disableVolumeManager(void) {
mVolManagerDisabled
= 1; }
VolumeManager.cpp
71
mVolManagerDisabled
= 0;
178
if (
mVolManagerDisabled
) {
[
all
...]
Completed in 618 milliseconds