/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_browser.py | 164 def test_ondoubleclick(self, fopen): argument 221 def test_ondoubleclick(self, fopen): argument
|
/aosp_15_r20/external/musl/src/stdio/ |
H A D | fopen.c | 6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
|
/aosp_15_r20/external/trusty/musl/src/stdio/ |
D | fopen.c | 6 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() function
|
/aosp_15_r20/external/compiler-rt/test/tsan/Linux/ |
H A D | user_fopen.cc | 9 extern "C" FILE *fopen(const char *file, const char *mode) { in fopen() function
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | ndiff.py | 61 def fopen(fname): function
|
/aosp_15_r20/external/python/cpython2/Tools/scripts/ |
D | ndiff.py | 61 def fopen(fname): function
|
/aosp_15_r20/trusty/user/base/lib/libc-trusty/ |
D | file_stubs.c | 25 FILE* fopen(const char* restrict filename, const char* restrict mode) { in fopen() function
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_setup.h | 474 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) macro 495 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) macro
|
H A D | memdebug.h | 185 #define fopen(file,mode) curl_dbg_fopen(file,mode,__LINE__,__FILE__) macro
|
/aosp_15_r20/hardware/google/aemu/windows/includes/ |
D | msvc-files.h | 9 #define fopen(path, mode) android_fopen( (path), (mode) ) macro
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | gcov-glue.c | 29 static FILE *fopen(const char *path, const char *mode) in fopen() function
|
/aosp_15_r20/system/libbase/ |
H A D | utf8.cpp | 184 FILE* fopen(const char* name, const char* mode) { in fopen() function
|
/aosp_15_r20/external/elfutils/src/ |
H A D | srcfiles.cxx | 66 #define fopen fopen64 macro
|
/aosp_15_r20/bionic/tests/ |
H A D | fdsan_test.cpp | 122 TEST_F(fdsan_DeathTest, fopen) { in TEST_F() argument
|
/aosp_15_r20/hardware/google/aemu/base/testing/ |
D | file_io.cpp | 227 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 D | io_win32.cc | 321 FILE* fopen(const char* path, const char* mode) { in fopen() function
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | Syscalls.cpp | 190 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 D | io_win32.cc | 321 FILE* fopen(const char* path, const char* mode) { in fopen() function
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | debug.py | 345 def fopen( member in DebugContext
|
/aosp_15_r20/external/ethtool/ |
H A D | internal.h | 276 #define fopen(path, mode) test_fopen(path, mode) macro
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 59 #define fopen fopen64 macro
|
/aosp_15_r20/external/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 317 PUBLIC FILE *fopen(const char *path, const char *mode) in fopen() function
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | posix-mock-test.cc | 160 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/ |
D | system.h | 56 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
|
/aosp_15_r20/external/brotli/c/tools/ |
H A D | brotli.c | 52 #define fopen ms_fopen macro
|