HomeSort by relevance Sort by last modified time
    Searched full:write_file (Results 1 - 11 of 11) sorted by null

  /system/extras/tests/bionic/libc/common/
bench_stdio.c 61 void write_file(FILE* fp, int chunkSize) function
101 BENCH(write_file(fp,1));
102 BENCH(write_file(fp,2));
103 BENCH(write_file(fp,3));
104 BENCH(write_file(fp,4));
105 BENCH(write_file(fp,8));
106 BENCH(write_file(fp,16));
107 BENCH(write_file(fp,32));
108 BENCH(write_file(fp,64));
109 BENCH(write_file(fp,256))
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 43 WRITE_FILE(skelfile, GET_INFO(COMMAND_LINE, "output_file"));
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 28 sub write_file { subroutine
69 write_file($grammar_file, $grammar);
73 write_file($test_program_file, $test_program);
  /system/core/init/
builtins.c 55 static int write_file(const char *path, const char *value) function
237 return write_file("/proc/sys/kernel/domainname", args[1]);
253 return write_file("/proc/sys/kernel/hostname", args[1]);
649 return write_file(path, prop_val);
  /external/elfutils/libelf/
elf_update.c 64 write_file (Elf *elf, off_t size, int change_bo, size_t shnum) function
217 size = write_file (elf, size, change_bo, shnum);
ChangeLog 389 * elf_update.c (write_file): Stat the file and fchmod it after update
491 * elf_update.c (write_file) [_MUDFLAP]: Likewise.
elf_begin.c 973 write_file (int fd, Elf_Cmd cmd) function
    [all...]
  /external/mksh/src/
check.pl 437 return undef if !&write_file($tempi, $test{'stdin'});
444 return undef if !&write_file($temps, $test{'script'});
470 return undef if !&write_file($name, $rest);
732 write_file subroutine
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libtic.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libtic.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libtic.a     [all...]

Completed in 4275 milliseconds