Searched refs:Unmount (Results 1 – 14 of 14) sorted by relevance
43 android::base::Result<void> Unmount(
85 Result<void> st = apexd_private::Unmount(mount); in StageFnInstall()
520 Result<void> Unmount(const MountedApexData& data) { in Unmount() function574 Result<void> result = Unmount(*mount_status); in RunVerifyFnInsideTempMount()881 return Unmount(*data); in UnmountPackage()907 Result<void> Unmount(const MountedApexData& data) { in Unmount() function909 return android::apex::Unmount(data); in Unmount()2083 if (auto st = Unmount(data); !st.ok()) { in UnmountDanglingMounts()2153 if (auto status = Unmount(data); !status.ok()) { in unmountAll()
53 # Unmount and mount filesystems
81 # Unmount and mount filesystems
98 # Unmount and mount the fs.
101 # Unmount and mount the fs.
106 # Unmount and mount the fs.
130 # Unmount and mount the fs.
171 # Unmount and mount the fs.
1074 # Unmount /data_mirror mounts in the reverse order of corresponding mounts.
643 > Unmount the filesystem mounted at that path.