Home
last modified time | relevance | path

Searched refs:mount_info (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexd/
Dapexd_test_utils.h217 std::string mount_info; in GetApexMounts() local
218 if (!android::base::ReadFileToString("/proc/self/mountinfo", &mount_info)) { in GetApexMounts()
221 for (const auto& line : android::base::Split(mount_info, "\n")) { in GetApexMounts()
Dapex_database.cpp106 std::pair<fs::path, fs::path> ParseMountInfo(const std::string& mount_info) { in ParseMountInfo() argument
107 const auto& tokens = Split(mount_info, " "); in ParseMountInfo()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp640 struct mount_info { struct
645 std::vector<mount_info> ReadMountinfoFromFile(const std::string& path) { in ReadMountinfoFromFile()
646 std::vector<mount_info> info; in ReadMountinfoFromFile()
687 mount_info entry = {p, false}; in ReadMountinfoFromFile()