/external/libsepol/utils/ |
chkcon.c | 24 fp = fopen(argv[1], "r");
|
/external/webrtc/src/system_wrappers/source/ |
file_impl.cc | 160 tmpId = fopen(fileNameUTF8, "rt"); 162 tmpId = fopen(fileNameUTF8, "wt"); 167 tmpId = fopen(fileNameUTF8, "rb"); 169 tmpId = fopen(fileNameUTF8, "wb");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libXau.so.6 | |
libXau.so.6.0 | |
libXau.so.6.0.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libXau.so.6 | |
libXau.so.6.0 | |
libXau.so.6.0.0 | |
/system/extras/fatblock/ |
fatblock.c | 87 file = fopen(filename, "w"); 89 WARN("setting USB mass storage file: fopen(%s) failed: %s\n", 110 file = fopen(filename, "w"); 112 WARN("clearing USB mass storage file: fopen(%s) failed: %s\n",
|
/bionic/libc/bionic/ |
pututline.c | 39 if (!(f = fopen(_PATH_UTMP, "w+"))) 58 if (!(f = fopen(_PATH_UTMP, "w+")))
|
/external/bsdiff/ |
bspatch.c | 76 if ((f = fopen(argv[3], "r")) == NULL) 77 err(1, "fopen(%s)", argv[3]); 114 if ((cpf = fopen(argv[3], "r")) == NULL) 115 err(1, "fopen(%s)", argv[3]); 121 if ((dpf = fopen(argv[3], "r")) == NULL) 122 err(1, "fopen(%s)", argv[3]); 128 if ((epf = fopen(argv[3], "r")) == NULL) 129 err(1, "fopen(%s)", argv[3]);
|
/external/libyuv/files/util/ |
compare.cc | 28 FILE* fin1 = fopen(name1, "rb"); 29 FILE* fin2 = name2 ? fopen(name2, "rb") : NULL;
|
/external/webrtc/src/modules/audio_processing/test/ |
unpack.cc | 79 FILE* debug_file = fopen(argv[1], "rb"); 84 FILE* input_file = fopen(FLAGS_input_file.c_str(), "wb"); 89 FILE* output_file = fopen(FLAGS_output_file.c_str(), "wb"); 94 FILE* reverse_file = fopen(FLAGS_reverse_file.c_str(), "wb"); 99 FILE* settings_file = fopen(FLAGS_settings_file.c_str(), "wb"); 109 delay_file = fopen(FLAGS_delay_file.c_str(), "wb"); 114 drift_file = fopen(FLAGS_drift_file.c_str(), "wb"); 119 level_file = fopen(FLAGS_level_file.c_str(), "wb");
|
/system/core/libzipfile/ |
test_zipfile.c | 34 f = fopen(argv[1], "r");
70 f = fopen(argv[4], "w");
|
/system/vold/ |
Xwarp.cpp | 50 if (!(fp = fopen(XWARP_READY, "r"))) { 57 if (!(fp = fopen(XWARP_MIRROR_STATUS, "r"))) {
|
/external/qemu/distrib/sdl-1.2.15/src/main/win32/ |
SDL_win32_main.c | 19 # define fopen _wfopen macro 177 file = fopen(stdoutPath, TEXT("rb")); 187 file = fopen(stderrPath, TEXT("rb")); 229 stdout = fopen(stdoutPath, TEXT("w")); 231 newfp = fopen(stdoutPath, TEXT("w")); 251 stderr = fopen(stderrPath, TEXT("w")); 253 newfp = fopen(stderrPath, TEXT("w"));
|
/external/icu4c/tools/toolutil/ |
filestrm.c | 34 FILE *file = fopen(filename, mode); 65 result = fopen(fn, md); 82 FILE* temp = fopen(filename, "r");
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
ISACHist.cc | 43 inFileList = fopen(argv[1], "r"); 50 outFile = fopen(argv[2], "w"); 117 audioFile = fopen(audioFileName, "rb");
|
/external/iproute2/tc/ |
tc_monitor.c | 90 fp = fopen(file, "r"); 92 perror("Cannot fopen");
|
/external/libselinux/src/ |
init.c | 52 fp = fopen("/proc/filesystems", "r"); 70 fp = fopen("/proc/mounts", "r");
|
/external/libvpx/libvpx/examples/ |
decoder_tmpl.c | 60 if(!(infile = fopen(argv[1], "rb"))) 62 if(!(outfile = fopen(argv[2], "wb")))
|
/external/linux-tools-perf/util/ |
util.c | 35 FILE *from_fp = fopen(from, "r"), *to_fp; 40 to_fp = fopen(to, "w");
|
/external/marisa-trie/lib/marisa/ |
writer.cc | 49 file = ::fopen(filename, "rb+"); 52 file = ::fopen(filename, "wb");
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
writer.cc | 49 file = ::fopen(filename, "rb+"); 52 file = ::fopen(filename, "wb");
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
main.cpp | 22 FILE *debug = fopen("debug.txt", "rt"); 27 debug = fopen("debug.txt", "wt"); // Erase
|