Home
last modified time | relevance | path

Searched refs:mnt_opts (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dreboot.cpp91 mnt_opts_(entry.mnt_opts) {} in MountEntry()
184 << mentry->mnt_opts << " type " << mentry->mnt_type; in FindPartitionsToUmount()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp160 std::set<std::string> mnt_opts; in TEST() local
161 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()