Home
last modified time | relevance | path

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

/bionic/tests/
Dmntent_test.cpp26 std::vector<std::string> fsnames; in TEST() local
30 fsnames.push_back(me->mnt_fsname); in TEST()
44 ASSERT_EQ(fsnames[i], entry.mnt_fsname); in TEST()
52 auto it = std::find(fsnames.begin(), fsnames.end(), "proc"); in TEST()
53 ASSERT_TRUE(it != fsnames.end()); in TEST()
54 size_t proc_index = it - fsnames.begin(); in TEST()