Searched refs:EnsurePathMounted (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | utility.cpp | 31 using android::fs_mgr::EnsurePathMounted; 138 if (!EnsurePathMounted(&fstab, path)) { in New()
|
H A D | snapshot_test.cpp | 64 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 D | roots.h | 38 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_point = "");
|
/aosp12/bootable/recovery/recovery_utils/ |
H A D | roots.cpp | 80 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 D | fs_mgr_roots.cpp | 74 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_pt) { in EnsurePathMounted() function
|
/aosp12/system/core/fastboot/device/ |
H A D | utility.cpp | 259 mounted_ = EnsurePathMounted(&fstab_, "/metadata"); in AutoMountMetadata()
|