Home | History | Annotate | Download | only in vold

Lines Matching defs:sInstance

45 VolumeManager *VolumeManager::sInstance = NULL;
48 if (!sInstance)
49 sInstance = new VolumeManager();
50 return sInstance;