Home
last modified time | relevance | path

Searched refs:EnsurePathMounted (Results 1 – 4 of 4) 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/
Dfs_mgr_roots.cpp74 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_pt) { in EnsurePathMounted() function
/system/libvintf/
DVintfObjectRecovery.cpp68 if (!android::fs_mgr::EnsurePathMounted(&fstab, path, mountPoint)) { in mount()
/system/core/fastboot/device/
Dcommands.cpp486 mounted_ = EnsurePathMounted(&fstab_, "/metadata"); in AutoMountMetadata()