Searched
full:fopen (Results
401 -
425 of
2179) sorted by null
<<11121314151617181920>>
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
mlos_linux.c | 133 FILE *fp = fopen(filename, "r");
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
file_reporter.h | 45 _file = fopen(file, "w");
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
file_reporter.h | 45 _file = fopen(file, "w");
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/ |
dict_file_writing_utils.cpp | 65 FILE *const file = fopen(tmpFileName, "wb");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
mntent.h | 66 beginning of FILE. MODE is as for `fopen'. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
libfunction_reordering_plugin.so | |
libfunction_reordering_plugin.so.0 | |
libfunction_reordering_plugin.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
mntent.h | 66 beginning of FILE. MODE is as for `fopen'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
mntent.h | 66 beginning of FILE. MODE is as for `fopen'. */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderThread.cpp | 77 dumpFP = fopen(fname, "wb");
|
/system/core/libcutils/ |
android_reboot.c | 43 f = fopen("/proc/mounts", "r");
|
/system/core/libmemtrack/ |
memtrack_test.c | 43 f = fopen(filename, "r");
|
/system/core/toolbox/ |
uptime.c | 81 FILE* file = fopen("/proc/uptime", "r");
|
/system/extras/cpustats/ |
cpustats.c | 191 file = fopen(filename, "r"); 218 file = fopen(filename, "r"); 238 file = fopen("/proc/stat", "r"); 268 file = fopen(filename, "r");
|
/system/extras/tests/bionic/libc/common/ |
bench_stdio.c | 80 FILE* fp = fopen("/dev/zero", "rw");
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 113 using std::fopen;
|
/external/bison/darwin-lib/ |
stdio.h | 566 # undef fopen 567 # define fopen rpl_fopen 569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode) 571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); 573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); 575 _GL_CXXALIASWARN (fopen); variable 577 # undef fopen macro 578 /* Assume fopen is always declared. */ 579 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - [all...] |
/external/bison/lib/ |
stdio.in.h | 254 # undef fopen 255 # define fopen rpl_fopen 257 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode) 259 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); 261 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); 263 _GL_CXXALIASWARN (fopen); 265 # undef fopen 266 /* Assume fopen is always declared. */ 267 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - [all...] |
Completed in 374 milliseconds
<<11121314151617181920>>