Searched refs:hasmntopt (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | mntent_test.cpp | 42 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/ |
D | mntent.h | 64 char* hasmntopt(const struct mntent* __entry, const char* __option) __INTRODUCED_IN(26);
|
/bionic/libc/bionic/ |
D | mntent.cpp | 77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt() function
|
/bionic/docs/ |
D | status.md | 121 * `hasmntopt`
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1307 hasmntopt; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1307 hasmntopt; # introduced=26
|