Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include/fs_mgr/
H A Droots.h38 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_point = "");
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dutility.cpp35 using android::fs_mgr::EnsurePathMounted;
143 if (!EnsurePathMounted(&fstab, path)) { in New()
H A Dsnapshot_test.cpp82 using android::fs_mgr::EnsurePathMounted;
1958 EXPECT_TRUE(android::fs_mgr::EnsurePathMounted(&fstab_, metadata_dir_)); in TearDown()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp142 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_point) { in EnsurePathMounted() function
/aosp14/system/core/fastboot/device/
H A Dutility.cpp250 mounted_ = EnsurePathMounted(&fstab_, "/metadata"); in AutoMountMetadata()