/external/ppp/pppd/plugins/radius/ |
clientid.c | 42 if ((mapfd = fopen(filename,"r")) == NULL)
|
radattr.c | 76 fp = fopen(fname, "w");
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe-discovery.c | 51 conn->debugFile = fopen(optarg, "w");
|
/external/qemu/ |
tcpdump.c | 85 capture_file = fopen(filepath, "wb");
|
/external/qemu-pc-bios/bochs/bios/ |
usage.cc | 53 org_file = fopen(argv[2], "r");
|
/external/skia/legacy/src/ports/ |
SkOSFile_stdio.cpp | 27 SkFILE* f = (SkFILE*)::fopen(path, perm);
|
/external/stlport/src/details/ |
fstream_stdio.cpp | 111 # define FOPEN fopen 117 # define FOPEN fopen64 232 _M_file = FOPEN(name, flags);
|
/external/webkit/Source/WebCore/platform/efl/ |
SharedBufferEfl.cpp | 49 if (!(file = fopen(filePath.utf8().data(), "rb")))
|
/external/webrtc/src/system_wrappers/source/ |
data_log_unittest.cc | 146 FILE* table = fopen("table_1.txt", "r"); 228 FILE* table = fopen("table_2.txt", "r"); 251 FILE* table = fopen("table_3.txt", "r"); 270 FILE* table = fopen("table_4.txt", "r");
|
/frameworks/av/cmds/stagefright/ |
jpeg.cpp | 47 f = fopen(filename, "w");
|
/frameworks/base/tools/aidl/ |
generate_java.cpp | 87 to = fopen(filename.c_str(), "wb");
|
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
gl_code.cpp | 82 fOut = fopen(fileName, "w");
|
/hardware/broadcom/libbt/src/ |
conf.c | 103 if ((p_file = fopen(p_path, "r")) != NULL)
|
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/ |
mpu_iio.c | 217 if ((fp = fopen(dmp_path, "rb")) < 0 ) { 223 fp = fopen("/dev/read_img.h", "wt"); 259 if ((fd = fopen(dmp_path, "wb")) < 0 ) { 380 fp = fopen(file_name, "rt"); 388 fp = fopen(file_name, "rt"); 396 fp = fopen(file_name, "rt"); 403 fp = fopen(file_name, "rt"); 410 fp = fopen(file_name, "rt"); 419 fp = fopen(file_name, "rt");
|
/hardware/qcom/audio/hal/ |
edid.c | 59 file = fopen(AUDIO_DATA_BLOCK_PATH, "rb");
|
/hardware/ti/omap4xxx/ |
mapinfo.c | 54 FILE *fp = fopen(data, "r");
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdio | 53 using ::fopen;
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_stdio.cpp | 111 # define FOPEN fopen 117 # define FOPEN fopen64 232 _M_file = FOPEN(name, flags);
|
/ndk/sources/cxx-stl/system/include/ |
cstdio | 53 using ::fopen;
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack.c | 72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r");
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
getline.m4 | 41 FILE *in = fopen ("./conftest.data", "r");
|
/packages/inputmethods/PinyinIME/jni/share/ |
utf16reader.cpp | 58 if ((fp_ = fopen(filename, "rb")) == NULL)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cstdio | 51 using ::fopen;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstdio | 51 using ::fopen;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cstdio | 53 using ::fopen;
|