/external/libvpx/libvpx/vp9/common/ |
vp9_debugmodes.c | 54 FILE *mvs = fopen(file, "a");
|
/external/marisa-trie/lib/marisa/ |
reader.cc | 41 std::FILE * const file = ::fopen(filename, "rb");
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
reader.cc | 41 std::FILE * const file = ::fopen(filename, "rb");
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp.c | 83 fp = fopen (filename, "r");
|
/external/pixman/pixman/ |
pixman-mips.c | 47 if ((f = fopen (file_name, "r")) == NULL)
|
/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/sfntly/cpp/src/sample/subtly/ |
utils.cc | 80 output_file = fopen(font_path, "wb");
|
/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");
|
/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/samsung_slsi/exynos5/libmemtrack/ |
mali.c | 58 fp = fopen("/sys/devices/platform/mali.0/gpu_memory", "r");
|
/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)
|