Home
last modified time | relevance | path

Searched refs:EnsurePathMounted (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dutility.cpp31 using android::fs_mgr::EnsurePathMounted;
138 if (!EnsurePathMounted(&fstab, path)) { in New()
H A Dsnapshot_test.cpp64 using android::fs_mgr::EnsurePathMounted;
1734 EXPECT_TRUE(android::fs_mgr::EnsurePathMounted(&fstab_, metadata_dir_)); in TearDown()
/aosp12/system/core/fs_mgr/include/fs_mgr/
H A Droots.h38 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_point = "");
/aosp12/bootable/recovery/recovery_utils/
H A Droots.cpp80 return android::fs_mgr::EnsurePathMounted(&fstab, path, mount_point) ? 0 : -1; in ensure_path_mounted_at()
85 return android::fs_mgr::EnsurePathMounted(&fstab, path) ? 0 : -1; in ensure_path_mounted()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp74 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_pt) { in EnsurePathMounted() function
/aosp12/system/core/fastboot/device/
H A Dutility.cpp259 mounted_ = EnsurePathMounted(&fstab_, "/metadata"); in AutoMountMetadata()