Home
last modified time | relevance | path

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

/bionic/tests/
Dmntent_test.cpp42 TEST(mntent, hasmntopt) { in TEST() argument
50 EXPECT_EQ(mnt_opts, hasmntopt(&ent, "aa")); in TEST()
51 EXPECT_EQ(mnt_opts + 5, hasmntopt(&ent, "a")); in TEST()
52 EXPECT_EQ(mnt_opts + 9, hasmntopt(&ent, "b")); in TEST()
53 EXPECT_EQ(mnt_opts + 11, hasmntopt(&ent, "bb")); in TEST()
54 EXPECT_EQ(mnt_opts + 14, hasmntopt(&ent, "c")); in TEST()
55 EXPECT_EQ(nullptr, hasmntopt(&ent, "d")); in TEST()
56 EXPECT_EQ(nullptr, hasmntopt(&ent, "e")); in TEST()
/bionic/libc/include/
Dmntent.h64 char* hasmntopt(const struct mntent* __entry, const char* __option) __INTRODUCED_IN(26);
/bionic/libc/bionic/
Dmntent.cpp77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt() function
/bionic/docs/
Dstatus.md121 * `hasmntopt`
/bionic/tools/versioner/platforms/
Dlibc.map.txt1307 hasmntopt; # introduced=26
/bionic/libc/
Dlibc.map.txt1307 hasmntopt; # introduced=26