HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 1 - 25 of 1782) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
simple-stream-checks.c 6 FILE *F = fopen("myfile.txt", "w");
8 fputs ("fopen example", F);
18 FILE *F = fopen("myfile.txt", "w");
20 fputs ("fopen example", F);
30 FILE *F = fopen("myfile.txt", "w");
32 fputs ("fopen example", F);
40 FILE *F = fopen("myfile.txt", "w");
47 FILE *F = fopen("myfile.txt", "w");
51 FILE *F = fopen("myfile.txt", "w");
56 FILE *F = fopen("myfile.txt", "w")
    [all...]
stream.c 8 extern FILE *fopen(const char *path, const char *mode);
17 FILE *p = fopen("foo", "r");
24 FILE *p = fopen("foo", "r");
30 FILE *p = fopen("foo", "r");
36 FILE *p = fopen("foo", "r");
42 FILE *p = fopen("foo", "r");
51 FILE *p = fopen("foo", "r");
63 FILE *p = fopen("foo.c", "r");
70 FILE *p = fopen("foo.c", "r");
cxx-method-names.cpp 9 void fopen(); // stream checker
19 E.fopen();
  /external/bison/lib/
stdio--.h 24 # undef fopen macro
25 # define fopen fopen_safer macro
  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/src/
b.c 14 f = fopen(argv[1], "wt");
  /external/chromium_org/tools/gyp/test/rules-use-built-dependencies/src/
main.cc 11 file = fopen(argv[1], "wb");
  /external/compiler-rt/test/tsan/
user_fopen.cc 9 extern "C" FILE *fopen(const char *file, const char *mode) { function
12 printf("user fopen\n");
24 FILE *f = fopen("/dev/zero", "r");
32 // CHECK: user fopen
  /external/valgrind/main/none/tests/
threadederrno.c 10 FILE* f = fopen("bogus2", "r");
17 FILE* f = fopen("bogus3", "r");
29 f = fopen("bogus", "r");
  /bionic/libc/bionic/
pututline.c 39 if (!(f = fopen(_PATH_UTMP, "w+")))
58 if (!(f = fopen(_PATH_UTMP, "w+")))
mntent.cpp 40 return fopen(path, mode);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 11 FILE *fopen(const char * restrict, const char * restrict) __asm("_" "fopen" );
  /external/qemu/android/base/files/
ScopedStdioFile_unittest.cpp 32 ScopedStdioFile f(fopen(kNullFile, "rb"));
38 ScopedStdioFile f(fopen(kNullFile, "rb"));
47 ScopedStdioFile f(fopen(kNullFile, "rb"));
55 ScopedStdioFile f2(fopen(kNullFile, "rb"));
  /art/test/023-many-interfaces/
iface-gen.c 20 fp = fopen(nameBuf, "w");
33 fp = fopen("func-decl", "w");
  /art/test/303-verification-stress/
classes-gen.c 21 fp = fopen(nameBuf, "w");
39 fp = fopen("src/MainTest.java", "w");
  /external/oprofile/libutil/
op_lockfile.c 27 fp = fopen(file, "r");
61 fp = fopen(file, "w");
  /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/libnativebridge/tests/
PreInitializeNativeBridge_test.cpp 39 FILE* cpuinfo = fopen("./cpuinfo", "w");
48 FILE* proc_cpuinfo = fopen("/proc/cpuinfo", "r");
  /external/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 42 bfile = fopen(argv[1], "rb");
  /external/compiler-rt/test/msan/
getc_unlocked.c 16 FILE *stream = fopen("/dev/zero", "r");
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_output.cpp 23 _file = fopen(name, "wb");
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/util/
utility.h 26 filePtr = fopen(fullPath, "wb"); \
44 filePtr = fopen(fullPath, "ab"); \
62 filePtr = fopen(fullPath, "rb"); \
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPcat.cc 27 FILE* in_file = fopen(argv[1], "rb");
33 FILE* out_file = fopen(argv[argc - 1], "wb"); // Last parameter is out file.
54 in_file = fopen(argv[i], "rb");
  /external/chromium_org/tools/android/ps_ext/
ps_ext.c 27 FILE *f = fopen("/proc/uptime", "r");
37 FILE *f = fopen("/proc/stat", "r");
71 FILE *f = fopen("/proc/meminfo", "r");
119 f = fopen(fpath, "r");
137 f = fopen(fpath, "r");
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testLib.c 73 if ( (ifileid=fopen(argv[2],"rb")) == NULL) {
76 if ( (efileid=fopen(argv[3],"wb")) == NULL) {
79 if( (ofileid=fopen(argv[4],"wb")) == NULL) {
82 if ( (chfileid=fopen(argv[5],"rb")) == NULL) {
113 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL ) {
188 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL ) {
  /device/asus/flo/conn_init/
conn_init.c 33 fp = fopen("/persist/wifi/.macaddr", "r");

Completed in 628 milliseconds

1 2 3 4 5 6 7 8 91011>>