Home
last modified time | relevance | path

Searched refs:EnsurePathUnmounted (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dutility.cpp32 using android::fs_mgr::EnsurePathUnmounted;
147 if (!EnsurePathUnmounted(&fstab_, name_)) { in ~AutoUnmountDevice()
H A Dsnapshot_test.cpp65 using android::fs_mgr::EnsurePathUnmounted;
1775 EXPECT_TRUE(android::fs_mgr::EnsurePathUnmounted(&fstab_, metadata_dir_)); in TEST_F()
/aosp12/system/core/fastboot/device/
H A Dfastboot_device.cpp35 using android::fs_mgr::EnsurePathUnmounted;
84 EnsurePathUnmounted(&fstab, "/cache");
H A Dutility.cpp265 EnsurePathUnmounted(&fstab_, "/metadata"); in ~AutoMountMetadata()
/aosp12/system/core/fs_mgr/include/fs_mgr/
H A Droots.h42 bool EnsurePathUnmounted(Fstab* fstab, const std::string& path);
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp139 bool EnsurePathUnmounted(Fstab* fstab, const std::string& path) { in EnsurePathUnmounted() function
/aosp12/hardware/google/pixel/fastboot/
H A DFastboot.cpp158 if (android::fs_mgr::EnsurePathUnmounted(&fstab, volume) != true) { in wipe_volume()
/aosp12/bootable/recovery/recovery_utils/
H A Droots.cpp89 return android::fs_mgr::EnsurePathUnmounted(&fstab, path) ? 0 : -1; in ensure_path_unmounted()