Home
last modified time | relevance | path

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

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