HomeSort by relevance Sort by last modified time
    Searched defs:read_file (Results 1 - 12 of 12) sorted by null

  /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/webrtc/src/system_wrappers/source/
cpu_features_arm.c 58 static int read_file(const char* pathname, char* buffer, size_t buffsize) { function
210 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
  /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...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 108 read_file(const char* pathname, char* buffer, size_t buffsize) function
348 filelen = read_file(filename, file, sizeof file);
390 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
  /system/core/init/
util.c 149 void *read_file(const char *fn, unsigned *_sz) function
  /system/core/charger/
charger.c 245 static int read_file(const char *path, char *buf, size_t sz) function
279 ret = read_file(path, buf, sizeof(buf));
417 ret = read_file(path, ps_type, sizeof(ps_type));
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 974 void* (*read_file)(struct pdb_reader*, unsigned, unsigned *); member in struct:pdb_reader
    [all...]

Completed in 1448 milliseconds