Home
last modified time | relevance | path

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

/bionic/tests/
Dmntent_test.cpp58 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/
Dmntent.h64 char* _Nullable hasmntopt(const struct mntent* _Nonnull __entry, const char* _Nonnull __option) __I…
/bionic/libc/bionic/
Dmntent.cpp77 char* hasmntopt(const struct mntent* mnt, const char* opt) { in hasmntopt() function
/bionic/docs/
Dstatus.md156 * `hasmntopt`
/bionic/libc/
Dlibc.map.txt1305 hasmntopt; # introduced=26
/bionic/tools/versioner/platforms/
Dlibc.map.txt1305 hasmntopt; # introduced=26