Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dutils.hh62 bool m_allow_other; member in FuseTest
88 m_allow_other(false), in FuseTest()
H A Dallow_other.cc68 m_allow_other = true; in SetUp()
H A Dutils.cc157 m_mock = new MockFS(m_maxread, m_maxreadahead, m_allow_other, in SetUp()