Home
last modified time | relevance | path

Searched defs:Unmount (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/updater/
H A Dsimulator_runtime.cpp60 std::pair<bool, int> SimulatorRuntime::Unmount(const std::string_view mount_point) { in Unmount() function in SimulatorRuntime
H A Dupdater_runtime.cpp126 std::pair<bool, int> UpdaterRuntime::Unmount(const std::string_view mount_point) { in Unmount() function in UpdaterRuntime
/aosp12/build/make/tools/releasetools/
H A Dedify_generator.py410 def Unmount(self, mount_point): member in EdifyGenerator
/aosp12/system/apex/apexd/
H A Dapexd.cpp654 Result<void> Unmount(const MountedApexData& data, bool deferred) { in Unmount() function