Searched
full:fopen (Results
1751 -
1775 of
2610) sorted by null
<<71727374757677787980>>
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/ |
ftoption.h | 209 /* fopen() etc. Enables the use of smaller system libraries on embedded */ [all...] |
/external/protobuf/gtest/src/ |
gtest-port.cc | 552 FILE* const file = posix::FOpen(g_captured_stderr->filename().c_str(), "r");
|
/external/qemu/android/ |
charmap.c | 564 kcm_file = fopen(kcm_file_path, "r");
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 85 if ((file = fopen("/proc/cpuinfo", "r")) != NULL) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsevents.c | 334 status=fopen(path, "r");
|
/external/qemu/distrib/zlib-1.2.8/ |
crc32.c | 145 out = fopen("crc32.h", "w");
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_main.c | 248 if ((debugFile = fopen(&argv[i][2],"w")) == NULL)
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_main.c | 248 if ((debugFile = fopen(&argv[i][2],"w")) == NULL)
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_main.c | 251 if ((debugFile = fopen(&argv[i][2],"w")) == NULL)
|
/external/stressapptest/src/ |
os.cc | 891 file = fopen(filename, "r");
|
/external/webp/examples/ |
dwebp.c | 306 fout = fopen(out_file, "wb");
|
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 42 f = fopen(fname, "r"); 133 f = fopen(fname, "r"); 230 f = fopen(fname, "r"); [all...] |
/external/wpa_supplicant_8/src/ap/ |
ap_config.c | 217 f = fopen(fname, "r");
|
/external/zlib/src/ |
crc32.c | 145 out = fopen("crc32.h", "w");
|
/external/zlib/src/win32/ |
DLL_FAQ.txt | 151 it calls standard C functions such as fopen()), it is not a
|
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 132 FILE *out = fopen(filename.string(), "wb"); [all...] |
/frameworks/av/media/libstagefright/ |
MPEG2TSWriter.cpp | 484 : mFile(fopen(filename, "wb")),
|
MediaCodecList.cpp | 194 FILE *file = fopen(path, "r");
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 898 FILE * file = fopen(filename, "r");
|
/frameworks/native/cmds/dumpstate/ |
utils.c | 666 FILE* fp = fopen(RT_TABLES_PATH, "r");
|
/frameworks/wilhelm/src/android/ |
AudioRecorder_to_android.cpp | 432 gMonitorFp = fopen(MONITOR_TARGET, "w");
|
/frameworks/wilhelm/tests/examples/ |
slesTestDecodeToBuffQueue.cpp | 271 gFp = fopen(outputPath, "w");
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderUtils.cpp | 232 fp = fopen(filename, "wb");
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
obj_int_extract.c | 807 fp = fopen(f, "rb");
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vpx_temporal_scalable_patterns.c | 546 if (!(infile = fopen(argv[1], "rb"))) {
|
Completed in 851 milliseconds
<<71727374757677787980>>