Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 2 of 2) 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/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp290 const lldb::addr_t file_start = address_range->data.GetRangeBase(); in DoReadMemory() local
308 bytes_copied = core_objfile->CopyData(offset + file_start, bytes_to_read, buf); in DoReadMemory()