HomeSort by relevance Sort by last modified time
    Searched refs:file_hdr (Results 1 - 4 of 4) sorted by null

  /external/toybox/toys/pending/
tar.c 70 struct file_header file_hdr; member in struct:archive_handler
311 struct file_header *file_hdr = &tar->file_hdr; local
313 copy_in_out(tar->src_fd, 0, file_hdr->size);
314 tar->offset += file_hdr->size;
321 struct file_header *file_hdr = &tar->file_hdr; local
324 if (!S_ISREG(file_hdr->mode)) return; //only regular files are supported.
333 sprintf(buf, "%0o", file_hdr->mode);
335 sprintf(buf, "%ld", (long)file_hdr->size)
367 struct file_header *file_hdr = &tar->file_hdr; local
581 struct file_header *file_hdr; local
    [all...]
  /external/libvpx/libvpx/test/
ivf_video_source.h 54 uint8_t file_hdr[kIvfFileHdrSize]; local
55 ASSERT_EQ(kIvfFileHdrSize, fread(file_hdr, 1, kIvfFileHdrSize, input_file_))
58 ASSERT_TRUE(file_hdr[0] == 'D' && file_hdr[1] == 'K' &&
59 file_hdr[2] == 'I' && file_hdr[3] == 'F')
  /toolchain/binutils/binutils-2.27/bfd/
som.h 119 struct som_header *file_hdr; member in struct:somdata
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
som.c 2383 struct som_header file_hdr; local
2541 struct som_header *file_hdr; local
    [all...]

Completed in 107 milliseconds