Searched refs:file_start (Results 1 – 2 of 2) sorted by relevance
45 string::size_type file_start = 0; in File() local48 file_start = slash + 1; in File()50 file_start = backslash + 1; in File()53 return path.substr(file_start); in File()
290 const lldb::addr_t file_start = address_range->data.GetRangeBase(); in DoReadMemory() local308 bytes_copied = core_objfile->CopyData(offset + file_start, bytes_to_read, buf); in DoReadMemory()