Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmounts.h24 typedef struct MountedVolume MountedVolume; typedef
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);
Dmounts.c27 struct MountedVolume { struct
35 MountedVolume *volumes; argument
47 free_volume_internals(const MountedVolume *volume, int zero) in free_volume_internals()
68 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); in scan_mounted_volumes()
92 MountedVolume* v = &g_mounts_state.volumes[g_mounts_state.volume_count++]; in scan_mounted_volumes()
102 const MountedVolume *
108 MountedVolume *v = &g_mounts_state.volumes[i]; in find_mounted_volume_by_device()
121 const MountedVolume *
127 MountedVolume *v = &g_mounts_state.volumes[i]; in find_mounted_volume_by_mount_point()
141 unmount_mounted_volume(const MountedVolume *volume) in unmount_mounted_volume()
[all …]
/bootable/recovery/
Droots.cpp93 const MountedVolume* mv = in ensure_path_mounted()
146 const MountedVolume* mv = in ensure_path_unmounted()
/bootable/recovery/updater/
Dinstall.c205 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); in IsMountedFn()
233 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); in UnmountFn()