Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp352 const lldb::addr_t file_start = address_range->data.GetRangeBase(); in DoReadMemory() local
362 if (file_start == file_end) in DoReadMemory()
367 if (file_end > file_start + offset) in DoReadMemory()
368 bytes_left = file_end - (file_start + offset); in DoReadMemory()
380 core_objfile->CopyData(offset + file_start, bytes_to_read, buf); in DoReadMemory()
/external/libchrome/base/
Dlogging.h256 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8776 static bool file_start(void *closure, const void *hd) { in file_start() function
9373 upb_handlers_setstartmsg(h, &file_start, NULL); in reghandlers()