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

  /external/toybox/toys/pending/
mke2fs.c 99 int fsfd; // File descriptor of filesystem (to output to).
352 if(-1 == lseek(TT.fsfd, len, SEEK_SET)) {
356 xwrite(TT.fsfd, toybuf, out);
427 TT.fsfd = xcreate(*toys.optargs, temp, 0777);
432 length = fdlength(TT.fsfd);
522 xwrite(TT.fsfd, &TT.sb, sizeof(struct ext2_superblock));
526 xwrite(TT.fsfd, toybuf, temp);
537 if (j) xwrite(TT.fsfd, bg, TT.blocksize);
572 xwrite(TT.fsfd, bg, TT.blocksize);
588 xwrite(TT.fsfd, toybuf, TT.blocksize)
    [all...]
  /frameworks/native/cmds/installd/
utils.cpp 465 int fsfd = openat(sdfd, name, O_RDONLY | O_NOFOLLOW | O_CLOEXEC); local
467 if (fsfd == -1 || fdfd == -1) {
470 if (_copy_owner_permissions(fsfd, fdfd) != 0) {
479 while ((size = read(fsfd, buf, sizeof(buf))) > 0) {
488 close(fsfd);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.c 625 def_am_insn (ftod, fsfd, 4, 0xfb52,
634 am_insn (ftod, fsfd),
  /external/toybox/generated/
globals.h 671 int fsfd; // File descriptor of filesystem (to output to). member in struct:mke2fs_data
  /external/vboot_reference/tests/futility/data/
rec_kernel_part.bin     [all...]

Completed in 280 milliseconds