HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 126 - 150 of 2098) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2.h 37 file = fopen("/proc/self/smaps", "r");
39 perror("fopen smaps");
  /external/ltp/lib/
tst_process_state.c 57 FILE *f = fopen(proc_path, "r");
  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct_task.c 47 f = fopen(argv[1], "a");
49 perror("fopen failed");
  /external/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 81 if ((f1 = fopen(argv[1], "r")) == NULL) {
86 if ((f2 = fopen(argv[2], "r")) == NULL) {
91 if ((f3 = fopen(out1, "wr")) == NULL) {
96 if ((f4 = fopen(out2, "wr")) == NULL) {
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock_dgen.c 21 fp = fopen(argv[1], "w");
  /external/ltp/testcases/open_posix_testsuite/include/
proc.h 27 FILE *f = fopen(proc_path, "r");
  /external/perf_data_converter/src/quipper/
file_reader.cc 14 infile_ = fopen(filename.c_str(), "rb");
  /external/ppp/pppd/plugins/radius/
radattr.c 76 fp = fopen(fname, "w");
  /external/selinux/checkpolicy/
parse_util.c 38 yyin = fopen(file, "r");
  /external/selinux/libselinux/src/
selinux_check_securetty_context.c 17 fp = fopen(selinux_securetty_types_path(), "re");
  /external/selinux/libsepol/utils/
chkcon.c 24 fp = fopen(argv[1], "r");
  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 56 output_file = fopen(kOutputFileName, "wb");
  /external/skia/src/sksl/
SkSLFileOutputStream.h 20 fFile = fopen(name, "wb");
24 ASSERT(!fOpen);
32 ASSERT(fOpen);
41 ASSERT(fOpen);
59 fOpen = false;
68 bool fOpen = true;
  /external/skqp/src/sksl/
SkSLFileOutputStream.h 20 fFile = fopen(name, "wb");
24 ASSERT(!fOpen);
32 ASSERT(fOpen);
41 ASSERT(fOpen);
59 fOpen = false;
68 bool fOpen = true;
  /external/strace/tests/
attach-p-cmd-p.c 61 FILE *fp = fopen(pidfile, "r");
63 perror_msg_and_fail("fopen: %s", pidfile);
  /external/strace/tests-m32/
attach-p-cmd-p.c 61 FILE *fp = fopen(pidfile, "r");
63 perror_msg_and_fail("fopen: %s", pidfile);
  /external/strace/tests-mx32/
attach-p-cmd-p.c 61 FILE *fp = fopen(pidfile, "r");
63 perror_msg_and_fail("fopen: %s", pidfile);
  /external/swiftshader/src/D3D8/
D3D8.cpp 59 FILE *file = fopen("debug.txt", "w"); // Clear debug log
  /external/swiftshader/src/OpenGL/compiler/
MMap.h 29 if ((fp = fopen(fileName, "r")) == NULL)
  /external/syslinux/gpxe/src/crypto/axtls/
os_port.h 31 static inline FILE * fopen ( const char *filename __unused, function
  /external/v8/tools/
shell-utils.h 44 FILE* file = fopen(name, "rb");
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 103 if ( (ifileid=fopen(argv[2],"rb")) == NULL) {
106 if ( (efileid=fopen(argv[3],"wb")) == NULL) {
109 if ( (ofileid=fopen(argv[4],"wb")) == NULL) {
113 if( (cfileid=fopen(argv[5],"rb")) == NULL) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.cc 23 FILE* fp = fopen(file_name.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_coding/test/
TimedTrace.cc 30 _timedTraceFile = fopen(fileName, "w");
  /external/webrtc/webrtc/modules/audio_processing/logging/
aec_logging_file_handling.cc 54 *file = fopen(filename, "wb");

Completed in 1043 milliseconds

1 2 3 4 56 7 8 91011>>