Home
last modified time | relevance | path

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

/bootable/recovery/updater/
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()
Dmounts.h19 struct MountedVolume;
23 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point);
25 int unmount_mounted_volume(MountedVolume* volume);
Dupdater_runtime.cpp122 MountedVolume* vol = find_mounted_volume_by_mount_point(std::string(mount_point).c_str()); in IsMounted()
128 MountedVolume* vol = find_mounted_volume_by_mount_point(std::string(mount_point).c_str()); in Unmount()