Searched refs:file_start (Results 1 – 4 of 4) 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()
352 const lldb::addr_t file_start = address_range->data.GetRangeBase(); in DoReadMemory() local362 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()
256 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);
8776 static bool file_start(void *closure, const void *hd) { in file_start() function9373 upb_handlers_setstartmsg(h, &file_start, NULL); in reghandlers()