Home
last modified time | relevance | path

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

/system/core/fs_mgr/include/fs_mgr/
Droots.h38 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_point = "");
/system/core/fs_mgr/libsnapshot/
Dutility.cpp30 using android::fs_mgr::EnsurePathMounted;
137 if (!EnsurePathMounted(&fstab, path)) { in New()
Dsnapshot_test.cpp60 using android::fs_mgr::EnsurePathMounted;
1378 EXPECT_TRUE(android::fs_mgr::EnsurePathMounted(&fstab_, metadata_dir_)); in TearDown()
/system/core/fs_mgr/
Dfs_mgr_roots.cpp74 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_pt) { in EnsurePathMounted() function
/system/core/fastboot/device/
Dutility.cpp261 mounted_ = EnsurePathMounted(&fstab_, "/metadata"); in AutoMountMetadata()