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

  /bootable/recovery/mtdutils/
mounts.h 24 typedef struct MountedVolume MountedVolume;
28 const MountedVolume *find_mounted_volume_by_device(const char *device);
30 const MountedVolume *
33 int unmount_mounted_volume(const MountedVolume *volume);
35 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.cpp 87 const MountedVolume* mv =
139 const MountedVolume* mv =
  /bootable/recovery/updater/
install.c 154 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point);
182 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point);
    [all...]

Completed in 96 milliseconds