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

  /external/google-breakpad/src/processor/
pathname_stripper.cc 45 string::size_type file_start = 0; local
48 file_start = slash + 1;
50 file_start = backslash + 1;
53 return path.substr(file_start);
  /external/syslinux/com32/gfxboot/
gfxboot.c 536 unsigned code_start, code_size, file_start, file_len, u; local
555 if(!(code_start = find_file(archive, archive_size, &file_start, &file_len, &code_size))) {
564 "file_start = 0x%x, file_len = 0x%x\n",
567 file_start, file_len
571 gfx_config.file = gfx_config.archive_start + file_start;
594 memcpy(lowmem, archive + file_start + code_start, code_size);
  /art/libdexfile/dex/
dex_file_verifier.cc 283 const uint8_t* file_start = reinterpret_cast<const uint8_t*>(begin_); local
291 static_cast<size_t>(range_start - file_start),
297 const uint8_t* file_end = file_start + size_;
298 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
301 static_cast<size_t>(range_start - file_start),
302 static_cast<size_t>(range_end - file_start));
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 6547 static bool file_start(void *closure, const void *hd) { function
    [all...]

Completed in 103 milliseconds