HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 226 - 250 of 2155) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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)
  /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;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 53 using ::fopen;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 53 using ::fopen;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 53 using ::fopen;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 53 using ::fopen;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 53 using ::fopen;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 53 using ::fopen;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 53 using ::fopen;

Completed in 287 milliseconds

1 2 3 4 5 6 7 8 91011>>