Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Droots.c34 static Volume* device_volumes = NULL; variable
97 device_volumes = malloc(alloc * sizeof(Volume)); in load_volume_table()
100 device_volumes[0].mount_point = "/tmp"; in load_volume_table()
101 device_volumes[0].fs_type = "ramdisk"; in load_volume_table()
102 device_volumes[0].device = NULL; in load_volume_table()
103 device_volumes[0].device2 = NULL; in load_volume_table()
104 device_volumes[0].option = NULL; in load_volume_table()
105 device_volumes[0].dump = NULL; in load_volume_table()
106 device_volumes[0].pass = NULL; in load_volume_table()
139 device_volumes = realloc(device_volumes, alloc * sizeof(Volume)); in load_volume_table()
[all …]