HomeSort by relevance Sort by last modified time
    Searched refs:MountedVolume (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/mtdutils/
mounts.h 20 typedef struct MountedVolume MountedVolume;
24 const MountedVolume *find_mounted_volume_by_device(const char *device);
26 const MountedVolume *
29 int unmount_mounted_volume(const MountedVolume *volume);
31 int remount_read_only(const MountedVolume* volume);
mounts.c 26 struct MountedVolume {
34 MountedVolume *volumes;
46 free_volume_internals(const MountedVolume *volume, int zero)
69 MountedVolume *volumes = malloc(numv * sizeof(*volumes));
133 MountedVolume *v =
163 const MountedVolume *
169 MountedVolume *v = &g_mounts_state.volumes[i];
182 const MountedVolume *
188 MountedVolume *v = &g_mounts_state.volumes[i];
202 unmount_mounted_volume(const MountedVolume *volume
    [all...]
  /bootable/recovery/
roots.c 157 const MountedVolume* mv =
217 const MountedVolume* mv =
  /bootable/recovery/updater/
install.c 137 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point);
165 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point);
    [all...]

Completed in 1471 milliseconds