/external/llvm/test/Bindings/Ocaml/ |
bitwriter.ml | 14 let read_file name = var 31 let temp_buf = read_file temp_name in 41 let file_buf = read_file Sys.argv.(1) in
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
Test.pm | 17 sub read_file { subroutine 127 my $err = read_file('err.tmp'); 133 my $out = read_file('out.tmp');
|
/system/extras/tests/bionic/libc/common/ |
bench_stdio.c | 53 void read_file(FILE* fp, int chunkSize) function 87 BENCH(read_file(fp,1)); 88 BENCH(read_file(fp,2)); 89 BENCH(read_file(fp,3)); 90 BENCH(read_file(fp,4)); 91 BENCH(read_file(fp,8)); 92 BENCH(read_file(fp,16)); 93 BENCH(read_file(fp,32)); 94 BENCH(read_file(fp,64)); 95 BENCH(read_file(fp,256)) [all...] |
/build/tools/ |
product_debug.py | 71 def read_file(fn): function 100 original = read_file(variables["FILE"])
|
/system/core/toolbox/ |
insmod.c | 13 static void *read_file(const char *filename, ssize_t *_size) function 63 file = read_file(argv[1], &size);
|
/external/skia/tools/ |
skdiff_utils.cpp | 27 SkData* read_file(const char* file_path) { function
|
/device/samsung/tuna/reflash-bootloader/ |
reflash-bootloader.c | 83 static void read_file(const char *filename, char *buf, size_t size) function 112 read_file("/sys/board_properties/soc/type", type, sizeof(type)); 113 read_file("/sys/board_properties/soc/family", family, sizeof(family)); 114 read_file("/sys/board_properties/soc/msv", msv, sizeof(msv));
|
/external/elfutils/libelf/ |
elf_begin.c | 575 read_file (int fildes, off_t offset, size_t maxsize, function 957 result = read_file (fildes, ref->state.ar.offset + sizeof (struct ar_hdr), [all...] |
/external/webp/src/dsp/ |
cpu-features.c | 71 read_file(const char* pathname, char* buffer, size_t buffsize) function 232 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
|
/external/webrtc/src/system_wrappers/source/android/ |
cpu-features.c | 71 read_file(const char* pathname, char* buffer, size_t buffsize) function 232 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
|
/system/core/init/ |
util.c | 141 void *read_file(const char *fn, unsigned *_sz) function
|
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 153 read_file(const char* pathname, char* buffer, size_t buffsize) function 402 filelen = read_file(filename, file, sizeof file); 561 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, cpuinfo_len);
|
/system/core/charger/ |
charger.c | 249 static int read_file(const char *path, char *buf, size_t sz) function 283 ret = read_file(path, buf, sizeof(buf)); 436 ret = read_file(path, ps_type, sizeof(ps_type));
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 951 void* (*read_file)(struct pdb_reader*, unsigned, unsigned *); member in struct:pdb_reader [all...] |