/system/core/init/ |
keywords.h | 27 int do_write(int nargs, char **args); 79 KEYWORD(write, COMMAND, 2, do_write)
|
builtins.c | 546 int do_write(int nargs, char **args) function
|
/external/e2fsprogs/debugfs/ |
debugfs.o | |
debug_cmds.ct | 112 request do_write, "Copy a file from your native filesystem",
|
debugfs.h | 117 extern void do_write(int argc, char **argv);
|
debugfs.c | 1548 void do_write(int argc, char *argv[]) function [all...] |
/system/extras/tests/directiotest/ |
directiotest.c | 92 static ssize_t do_write(int fd, const void *buf, off64_t start, size_t count) function 240 if (do_write(fd, write_buf, cur_blk * blk_size, test_size) !=
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/ |
ld | |
ld.gold | |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-ld | |
arm-linux-androideabi-ld.gold | |
/external/dbus/dbus/ |
dbus-spawn.c | 850 do_write (int fd, const void *buf, size_t count) function 883 do_write (fd, &msg, sizeof (msg)); 884 do_write (fd, &en, sizeof (en)); 894 do_write (fd, &msg, sizeof (msg)); 895 do_write (fd, &pid, sizeof (pid)); 903 do_write (fd, &msg, sizeof (msg)); 904 do_write (fd, &status, sizeof (status)); [all...] |
/external/dbus/tools/ |
dbus-launch.c | 286 do_write (int fd, const void *buf, size_t count) function 319 do_write (fd, &pid, sizeof (pid)); 368 do_write (1, bus_address, strlen (bus_address) + 1); 369 do_write (1, &bus_pid, sizeof bus_pid); 370 do_write (1, &bus_wid, sizeof bus_wid);
|
/external/qemu/hw/ |
goldfish_nand.c | 168 static int do_write(int fd, const void* buf, size_t size) function 301 ret = do_write(dev->fd, buffer, buf_size); 411 ret = do_write(dev->fd, dev->data, write_len); 433 ret = do_write(dev->fd, dev->data, write_len); 854 if(do_write(rwfd, dev->data, read_size) != read_size) {
|
/external/e2fsprogs/misc/ |
badblocks.c | 395 static int do_write(int dev, unsigned char * buffer, int try, int block_size, function 415 fprintf(stderr, "Weird value (%ld) in do_write\n", got); 601 got = do_write(dev, buffer, try, block_size, 750 do_write(dev, save_ptr, test_record[i].num, 818 written = do_write (dev, test_ptr, got, block_size, 886 do_write (dev, save_ptr, got,
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/ |
ld | |
ld.gold | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-ld | |
arm-eabi-ld.gold | |
/external/srec/srec/include/ |
frontapi.h | 542 int do_write, 550 * do_write Adds a RIFF header if non-ZERO [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpulse.so | |
libpulse.so.0 | |
libpulse.so.0.4 | |
libpulse.so.0.4.1 | |
/external/qemu/ |
qemu-io.c | 187 static int do_write(char *buf, int64_t offset, int count, int *total) function 733 cnt = do_write(buf, offset, count, &total); [all...] |