Home
last modified time | relevance | path

Searched defs:fopen (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/libbase/
H A Dutf8.cpp184 FILE* fopen(const char* name, const char* mode) { in fopen() function
/aosp12/bionic/tests/
H A Dfdsan_test.cpp123 TEST_F(fdsan_DeathTest, fopen) { in TEST_F() argument
/aosp12/system/netd/libnetdutils/
H A DSyscalls.cpp190 StatusOr<UniqueFile> fopen(const std::string& path, const std::string& mode) const override { in fopen() function in android::netdutils::RealSyscalls
/aosp12/packages/modules/adb/
H A Dsysdeps.h303 #define fopen adb_fopen macro
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp247 FILE* fopen(const char* file, const char* mode) { in fopen() function