Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_overlayfs_mount.cpp328 struct mount_info { struct
333 static std::vector<mount_info> ReadMountinfoFromFile(const std::string& path) { in ReadMountinfoFromFile() argument
/system/apex/apexd/
Dapex_database.cpp104 std::pair<fs::path, fs::path> ParseMountInfo(const std::string& mount_info) { in ParseMountInfo()
Dapexd_test_utils.h218 std::string mount_info; in GetApexMounts() local