/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
inv_mpu_iio-shared | |
/hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/ |
inv_self_test-shared | |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio.in.h | 292 # undef fopen 293 # define fopen rpl_fopen 294 extern FILE * fopen (const char *filename, const char *mode); 297 # undef fopen 298 # define fopen(f,m) \ 299 (GL_LINK_WARNING ("fopen on Win32 platforms is not POSIX compatible - " \ 300 "use gnulib module fopen for portability"), \ 301 fopen (f, m))
|
/sdk/emulator/qtools/ |
gtrace.cpp | 40 ftrace_ = fopen(gtrace_file, "w"); 50 fnames_ = fopen(gname_file_, "w");
|
/system/core/debuggerd/ |
backtrace.c | 44 if ((fp = fopen(path, "r"))) { 73 if ((fp = fopen(path, "r"))) {
|
/external/bison/examples/calc++/ |
calc++-scanner.ll | 76 else if (!(yyin = fopen (file.c_str (), "r")))
|
/external/checkpolicy/ |
parse_util.c | 38 yyin = fopen(file, "r");
|
/external/clang/test/Analysis/ |
taint-tester.c | 97 FILE *fopen(const char *path, const char *mode); 110 if((fp=fopen("test", "w")) == 0) // expected-warning + {{tainted}} 115 // Test fscanf and fopen. 116 if((fp=fopen("test","r")) == 0) // expected-warning + {{tainted}}
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_file.c | 48 in = fopen(filename, "rb");
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_file.c | 48 in = fopen(filename, "rb");
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_file.c | 49 in = fopen(filename, "rb");
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_file.c | 48 in = fopen(filename, "rb");
|
/external/dropbear/libtommath/etc/ |
2kprime.c | 18 out = fopen("2kprime.1", "w");
|
drprime.c | 15 out = fopen("drprimes.txt", "w");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
buildNotes.php | 10 $fileHandle = fopen("../../dlconfig.txt", "r");
|
download.php | 20 $fileHandle = fopen($clickFile, "r");
|
/external/iproute2/netem/ |
stats.c | 67 fp = fopen(argv[1], "r");
|
/external/jpeg/ |
jmemname.c | 29 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) { 104 /* fopen could have failed for a reason other than the file not 251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
|
/external/libselinux/src/ |
enabled.c | 38 fp = fopen("/proc/filesystems", "r");
|
/external/libvorbis/test/ |
write_read.c | 45 if ((file = fopen (filename, "wb")) == NULL) { 46 printf("\n\nError : fopen failed : %s\n", strerror (errno)) ; 152 if ((file = fopen (filename, "rb")) == NULL) { 153 printf("\n\nError : fopen failed : %s\n", strerror (errno)) ;
|
/external/libvpx/libvpx/libmkv/ |
testlibmkv.c | 59 FILE *file_out = fopen("test.mkv", "wb");
|
/external/oprofile/libabi/ |
op_abi.c | 84 if ((fp = fopen(abi_file, "w")) == NULL)
|
/external/qemu/distrib/jpeg-6b/ |
jmemname.c | 29 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) { 104 /* fopen could have failed for a reason other than the file not 251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
|
/external/sepolicy/tools/ |
checkfc.c | 67 fp = fopen(sepolicyFile, "r");
|
/external/tremolo/Tremolo/ |
misc.c | 120 out=fopen(buffer,"a"); 128 out=fopen("total"_VDBG_GRAPHFILE,"a"); 147 FILE *out=fopen("total"_VDBG_GRAPHFILE,"a"); 168 out=fopen(buffer,"a");
|