Searched refs:hasmntopt (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | mntent_test.cpp | 58 TEST(mntent, hasmntopt) { in TEST() argument 66 EXPECT_EQ(mnt_opts, hasmntopt(&ent, "aa")); in TEST() 67 EXPECT_EQ(mnt_opts + 5, hasmntopt(&ent, "a")); in TEST() 68 EXPECT_EQ(mnt_opts + 9, hasmntopt(&ent, "b")); in TEST() 69 EXPECT_EQ(mnt_opts + 11, hasmntopt(&ent, "bb")); in TEST() 70 EXPECT_EQ(mnt_opts + 14, hasmntopt(&ent, "c")); in TEST() 71 EXPECT_EQ(nullptr, hasmntopt(&ent, "d")); in TEST() 72 EXPECT_EQ(nullptr, hasmntopt(&ent, "e")); in TEST()
|
/bionic/libc/include/ |
D | mntent.h | 64 char* _Nullable hasmntopt(const struct mntent* _Nonnull __entry, const char* _Nonnull __option) __I…
|
/bionic/libc/bionic/ |
D | mntent.cpp | 77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt() function
|
/bionic/docs/ |
D | status.md | 156 * `hasmntopt`
|
/bionic/libc/ |
D | libc.map.txt | 1305 hasmntopt; # introduced=26
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1305 hasmntopt; # introduced=26
|