Searched defs:Unmount (Results 1 – 4 of 4) sorted by relevance
60 std::pair<bool, int> SimulatorRuntime::Unmount(const std::string_view mount_point) { in Unmount() function in SimulatorRuntime
126 std::pair<bool, int> UpdaterRuntime::Unmount(const std::string_view mount_point) { in Unmount() function in UpdaterRuntime
410 def Unmount(self, mount_point): member in EdifyGenerator
654 Result<void> Unmount(const MountedApexData& data, bool deferred) { in Unmount() function