Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
Dmounts.cpp32 struct MountedVolume { struct
39 static std::vector<MountedVolume*> g_mounts_state; argument
54 MountedVolume* v = new MountedVolume; in scan_mounted_volumes()
65 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point) { in find_mounted_volume_by_mount_point()
72 int unmount_mounted_volume(MountedVolume* volume) { in unmount_mounted_volume()
/bootable/recovery/otautil/include/otautil/
Dmounts.h19 struct MountedVolume;
23 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point);
25 int unmount_mounted_volume(MountedVolume* volume);
/bootable/recovery/updater/
Dinstall.cpp359 MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point.c_str()); in IsMountedFn()
382 MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point.c_str()); in UnmountFn()