/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;
|
/bootable/recovery/tools/ota/ |
add-property-tag.c | 94 FILE *input = fopen(filename, "r"); 102 FILE *output = fopen(tmpname, "w");
|
/device/samsung/manta/recovery/ |
recovery_updater.c | 103 FILE* f = fopen(force_ro_fn, "w"); 119 f = fopen(block_fn, "r+b");
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 127 fdin = fopen(infile,"rb"); 133 fdout = fopen(outfile,"wb");
|
/external/e2fsprogs/lib/et/ |
error_message.c | 224 debug_f = fopen(fn, "a"); 226 debug_f = fopen("/dev/tty", "a");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
eclipse | |
/external/iproute2/ip/ |
ipmonitor.c | 181 fp = fopen(file, "r"); 183 perror("Cannot fopen");
|
ipmroute.c | 56 FILE *fp = fopen("/proc/net/ip_mr_vif", "r"); 81 FILE *fp = fopen("/proc/net/ip_mr_cache", "r");
|
rtmon.c | 150 fp = fopen(file, "w"); 152 perror("Cannot fopen");
|
/external/jpeg/ |
jconfig.doc | 143 /* By default, we open image files with fopen(...,"rb") or fopen(...,"wb").
|
jconfig.h | 144 /* By default, we open image files with fopen(...,"rb") or fopen(...,"wb").
|
/external/libppp/src/ |
id.c | 134 ret = fopen(path, mode); 135 log_Printf(LogID0, "%p = fopen(\"%s\", \"%s\")\n", ret, path, mode);
|
/external/libsepol/src/ |
genbools.c | 78 boolf = fopen(path, "r"); 111 boolf = fopen(localbools, "r");
|
/external/libvorbis/doc/vorbisfile/ |
ov_fopen.html | 23 for passing to fopen(). <tt>vf</tt> should be a pointer to an empty 55 <dd>Null terminated string containing a file path suitable for passing to <tt>fopen()</tt>.
|
/external/libvorbis/vq/ |
huffbuild.c | 105 file=fopen(infile,"r"); 156 file=fopen(buffer,"w");
|
/external/libvpx/libvpx/examples/ |
encoder_tmpl.c | 131 if(!(outfile = fopen(argv[4], "wb"))) 146 if(!(infile = fopen(argv[3], "rb")))
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
povray.php | 177 0 => '\#(?!(include|declare|local|fopen|fclose|read|write|default|version|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro) )[[:word:]]*', 179 1 => "\#(include|declare|local|fopen|fclose|read|write|default|version|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro)",
|
/external/marisa-trie/tests/ |
io-test.cc | 159 FILE *file = std::fopen("io-test.dat", "wb"); 175 FILE *file = std::fopen("io-test.dat", "rb");
|
/external/marisa-trie/v0_1_5/tests/ |
io-test.cc | 160 FILE *file = std::fopen("io-test.dat", "wb"); 176 FILE *file = std::fopen("io-test.dat", "rb");
|
/external/openssl/crypto/rc4/ |
rc4.c | 125 in=fopen(infile,"r"); 137 out=fopen(outfile,"w");
|
/external/oprofile/libop/ |
op_cpu_type.c | 131 fp = fopen("/proc/sys/dev/oprofile/cpu_type", "r"); 134 fp = fopen("/dev/oprofile/cpu_type", "r");
|