Searched refs:mnt_opts (Results 1 – 2 of 2) sorted by relevance
161 std::set<std::string> mnt_opts; in TEST() local162 for (auto& s : android::base::Split(mentry->mnt_opts, ",")) { in TEST()163 mnt_opts.emplace(s); in TEST()202 EXPECT_EQ(mnt_opts, fs_options) << "At line " << i; in TEST()
136 mnt_opts_(entry.mnt_opts) {} in MountEntry()250 << mentry->mnt_opts << " type " << mentry->mnt_type; in FindPartitionsToUmount()