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

  /external/squashfs-tools/kernel/fs/squashfs/
file.c 387 int file_end = i_size_read(inode) >> msblk->block_log; local
396 if (index < file_end || squashfs_i(inode)->fragment_block ==
408 bytes = index == file_end ?
  /system/core/trusty/keymaster/
trusty_keymaster_device_test.cpp 439 istreambuf_iterator<char> file_end; local
440 return string(file_begin, file_end);
  /toolchain/binutils/binutils-2.27/include/som/
lst.h 46 unsigned char file_end[4]; member in struct:som_external_lst_header
internal.h 202 unsigned int file_end; member in struct:som_lst_header
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 425 GElf_Off file_end = 0; /* Rounded up to effective page size. */ local
553 if (file_end < filesz_offset)
555 file_end = filesz_offset;
557 contiguous = file_end;
  /art/libdexfile/dex/
dex_file_verifier.cc 297 const uint8_t* file_end = file_start + size_; local
298 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
1334 const uint8_t* file_end = begin_ + size_; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 1003 int file_end = inode->data / block_size; local
1036 block->size = i == file_end ? inode->data & (block_size - 1) :
    [all...]
  /system/keymaster/tests/
android_keymaster_test.cpp 1630 istreambuf_iterator<char> file_end; local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 988 file_end(struct file *file) function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 6554 static bool file_end(void *closure, const void *hd, upb_status *status) { function
    [all...]

Completed in 539 milliseconds