Home
last modified time | relevance | path

Searched refs:numv (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/mtdutils/
Dmounts.c68 const int numv = 32; in scan_mounted_volumes() local
69 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); in scan_mounted_volumes()
75 g_mounts_state.volumes_allocd = numv; in scan_mounted_volumes()
76 memset(volumes, 0, numv * sizeof(*volumes)); in scan_mounted_volumes()