Searched refs:mnt_opts (Results 1 – 2 of 2) sorted by relevance
91 mnt_opts_(entry.mnt_opts) {} in MountEntry()184 << mentry->mnt_opts << " type " << mentry->mnt_type; in FindPartitionsToUmount()
160 std::set<std::string> mnt_opts; in TEST() local161 for (auto& s : android::base::Split(mentry->mnt_opts, ",")) { in TEST()162 mnt_opts.emplace(s); in TEST()200 EXPECT_EQ(mnt_opts, fs_options); in TEST()