Home | History | Annotate | Download | only in vold

Lines Matching refs:vol

159 static void bringOffline(const std::shared_ptr<VolumeBase>& vol) {
160 vol->destroy();
161 vol->setSilent(true);
162 vol->create();
163 vol->setMountFlags(0);
164 vol->mount();
167 static void bringOnline(const std::shared_ptr<VolumeBase>& vol) {
168 vol->destroy();
169 vol->setSilent(false);
170 vol->create();