Searched
full:fopen (Results
326 -
350 of
2610) sorted by null
<<11121314151617181920>>
/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/android/filesystems/ |
ext4_utils_unittest.cpp | 56 ScopedStdioFile file(fopen(mTempFilePath.c_str(), "wb"));
|
/external/qemu/android/ |
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/sfntly/cpp/src/sample/subtly/ |
utils.cc | 80 output_file = fopen(font_path, "wb");
|
/external/skia/platform_tools/android/launcher/ |
skia_launcher.cpp | 18 FILE* file = fopen(fileName, "r");
|
/external/stlport/src/details/ |
fstream_stdio.cpp | 111 # define FOPEN fopen 117 # define FOPEN fopen64 232 _M_file = FOPEN(name, flags);
|
/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");
|
/external/wpa_supplicant_8/src/utils/ |
os_unix.c | 205 FILE *f = fopen(pid_file, "w"); 229 f = fopen("/dev/urandom", "rb"); 379 f = fopen(name, "rb"); 413 FILE *f = fopen(fname, "rb");
|
/frameworks/av/cmds/stagefright/ |
jpeg.cpp | 47 f = fopen(filename, "w");
|
/frameworks/av/media/img_utils/src/ |
FileInput.cpp | 39 mFp = ::fopen(mPath, "rb");
|
FileOutput.cpp | 38 mFp = ::fopen(mPath, "wb");
|
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvreader.cpp | 40 m_file = fopen(fileName, "rb");
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_debugmodes.c | 54 FILE *mvs = fopen(file, "a");
|
/hardware/invensense/6515/libsensors_iio/ |
MPLSupport.cpp | 151 sysfsfp = fopen(filename, "r"); 166 sysfsfp = fopen(filename, "r"); 194 sysfsfp = fopen(filename, "w"); 209 sysfsfp = fopen(filename, "w");
|
/hardware/qcom/display/msm8084/libqdutils/ |
qd_utils.cpp | 45 displayDeviceFP = fopen(msmFbTypePath, "r");
|
/hardware/qcom/display/msm8226/libqdutils/ |
mdp_version.cpp | 128 displayDeviceFP = fopen("/sys/class/graphics/fb0/msm_fb_type", "r"); 149 panelInfoNodeFP = fopen("/sys/class/graphics/fb0/msm_fb_panel_info", "r"); 212 sysfsFd = fopen(sysfsPath, "rb"); 296 FILE* fp = fopen("/sys/class/graphics/fb0/msm_fb_split", "r");
|
/hardware/samsung_slsi/exynos5/libmemtrack/ |
mali.c | 58 fp = fopen("/sys/devices/platform/mali.0/gpu_memory", "r");
|
/hardware/ti/omap4-aah/ |
mapinfo.c | 54 FILE *fp = fopen(data, "r");
|
/hardware/ti/omap4xxx/ |
mapinfo.c | 54 FILE *fp = fopen(data, "r");
|
Completed in 926 milliseconds
<<11121314151617181920>>