/aosp12/bootable/recovery/edify/include/edify/ |
H A D | updater_runtime_interface.h | 52 virtual std::pair<bool, int> Unmount(const std::string_view mount_point) = 0;
|
/aosp12/bootable/recovery/updater/include/updater/ |
H A D | updater_runtime.h | 46 std::pair<bool, int> Unmount(const std::string_view mount_point) override;
|
H A D | simulator_runtime.h | 43 std::pair<bool, int> Unmount(const std::string_view mount_point) override;
|
/aosp12/bootable/recovery/updater/ |
H A D | simulator_runtime.cpp | 60 std::pair<bool, int> SimulatorRuntime::Unmount(const std::string_view mount_point) { in Unmount() function in SimulatorRuntime
|
H A D | updater_runtime.cpp | 126 std::pair<bool, int> UpdaterRuntime::Unmount(const std::string_view mount_point) { in Unmount() function in UpdaterRuntime
|
H A D | install.cpp | 372 auto [mounted, result] = updater->GetRuntime()->Unmount(mount_point); in UnmountFn()
|
/aosp12/system/apex/apexd/ |
H A D | apexd.h | 63 android::base::Result<void> Unmount(
|
H A D | apexd.cpp | 654 Result<void> Unmount(const MountedApexData& data, bool deferred) { in Unmount() function 718 Result<void> result = Unmount(*mount_status, /* deferred= */ false); in RunVerifyFnInsideTempMount() 1071 return Unmount(*data, deferred); in UnmountPackage() 1106 Unmount(*data, /* deferred= */ false); in UnmountTempMount() 3131 if (auto status = Unmount(data, /* deferred= */ false); !status.ok()) { in UnmountAll()
|
H A D | apexd_test.cpp | 3363 auto res = Unmount(*other_apex_mount_data, /* deferred= */ false); in TEST_F()
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | apexd.te | 53 # Unmount and mount filesystems
|
/aosp12/build/make/tools/releasetools/ |
H A D | edify_generator.py | 410 def Unmount(self, mount_point): member in EdifyGenerator
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | vold.te | 98 # Unmount and mount the fs.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | vold.te | 101 # Unmount and mount the fs.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | apexd.te | 80 # Unmount and mount filesystems
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | vold.te | 106 # Unmount and mount the fs.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | apexd.te | 105 # Unmount and mount filesystems
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | vold.te | 130 # Unmount and mount the fs.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | apexd.te | 105 # Unmount and mount filesystems
|
/aosp12/system/sepolicy/private/ |
H A D | apexd.te | 105 # Unmount and mount filesystems
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | vold.te | 171 # Unmount and mount the fs.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | vold.te | 177 # Unmount and mount the fs.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | vold.te | 177 # Unmount and mount the fs.
|
/aosp12/system/sepolicy/public/ |
H A D | vold.te | 177 # Unmount and mount the fs.
|
/aosp12/system/core/init/ |
H A D | README.md | 661 > Unmount the filesystem mounted at that path.
|
/aosp12/system/core/rootdir/ |
H A D | init.rc | 1253 # Unmount /data_mirror mounts in the reverse order of corresponding mounts.
|