Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_browser.py164 def test_ondoubleclick(self, fopen): argument
221 def test_ondoubleclick(self, fopen): argument
/aosp_15_r20/external/musl/src/stdio/
H A Dfopen.c6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
/aosp_15_r20/external/trusty/musl/src/stdio/
Dfopen.c6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
/aosp_15_r20/external/compiler-rt/test/tsan/Linux/
H A Duser_fopen.cc9 extern "C" FILE *fopen(const char *file, const char *mode) { in fopen() function
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dndiff.py61 def fopen(fname): function
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dndiff.py61 def fopen(fname): function
/aosp_15_r20/trusty/user/base/lib/libc-trusty/
Dfile_stubs.c25 FILE* fopen(const char* restrict filename, const char* restrict mode) { in fopen() function
/aosp_15_r20/external/curl/lib/
H A Dcurl_setup.h474 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) macro
495 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) macro
H A Dmemdebug.h185 #define fopen(file,mode) curl_dbg_fopen(file,mode,__LINE__,__FILE__) macro
/aosp_15_r20/hardware/google/aemu/windows/includes/
Dmsvc-files.h9 #define fopen(path, mode) android_fopen( (path), (mode) ) macro
/aosp_15_r20/external/coreboot/src/lib/
H A Dgcov-glue.c29 static FILE *fopen(const char *path, const char *mode) in fopen() function
/aosp_15_r20/system/libbase/
H A Dutf8.cpp184 FILE* fopen(const char* name, const char* mode) { in fopen() function
/aosp_15_r20/external/elfutils/src/
H A Dsrcfiles.cxx66 #define fopen fopen64 macro
/aosp_15_r20/bionic/tests/
H A Dfdsan_test.cpp122 TEST_F(fdsan_DeathTest, fopen) { in TEST_F() argument
/aosp_15_r20/hardware/google/aemu/base/testing/
Dfile_io.cpp227 FILE* __cdecl fopen(const char* path, const char* mode) { in fopen() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc321 FILE* fopen(const char* path, const char* mode) { in fopen() function
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DSyscalls.cpp190 StatusOr<UniqueFile> fopen(const std::string& path, const std::string& mode) const override { in fopen() function in android::netdutils::RealSyscalls
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dio_win32.cc321 FILE* fopen(const char* path, const char* mode) { in fopen() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddebug.py345 def fopen( member in DebugContext
/aosp_15_r20/external/ethtool/
H A Dinternal.h276 #define fopen(path, mode) test_fopen(path, mode) macro
/aosp_15_r20/external/elfutils/libdwfl/
H A Dlinux-kernel-modules.c59 #define fopen fopen64 macro
/aosp_15_r20/external/mesa3d/src/drm-shim/
H A Ddrm_shim.c317 PUBLIC FILE *fopen(const char *path, const char *mode) in fopen() function
/aosp_15_r20/external/fmtlib/test/
H A Dposix-mock-test.cc160 FILE* test::fopen(const char* filename, const char* mode) { in fopen() function in test
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dsystem.h56 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
/aosp_15_r20/external/brotli/c/tools/
H A Dbrotli.c52 #define fopen ms_fopen macro

12345