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

  /toolchain/binutils/binutils-2.27/gold/
ftruncate.c 53 struct stat filebuf; local
55 if (fstat (fd, &filebuf) < 0)
58 if (filebuf.st_size < length)
  /external/f2fs-tools/mkfs/
f2fs_format.c 1073 char *filebuf = calloc(F2FS_BLKSIZE, 2); local
1079 if (filebuf == NULL) {
1080 MSG(1, "\tError: Calloc Failed for filebuf!!!\n");
1089 memcpy(filebuf, &ddqheader, sizeof(ddqheader));
1099 memcpy(filebuf + V2_DQINFOOFF, &ddqinfo, sizeof(ddqinfo));
1101 filebuf[1024] = 2;
1102 filebuf[2048] = 3;
1103 filebuf[3072] = 4;
1104 filebuf[4096] = 5;
1106 filebuf[5120 + 8] = 1
    [all...]

Completed in 501 milliseconds