Home | History | Annotate | Download | only in vold

Lines Matching refs:vol_list

1403 extern "C" int vold_getDirectVolumeList(struct volume_info *vol_list) {
1405 return vm->getDirectVolumeList(vol_list);
1408 int VolumeManager::getDirectVolumeList(struct volume_info *vol_list) {
1415 (*i)->getVolInfo(&vol_list[n]);
1416 snprintf(vol_list[n].blk_dev, sizeof(vol_list[n].blk_dev),