Searched refs:last_slash_pos (Results 1 – 6 of 6) sorted by relevance
86 base::StringPiece::size_type last_slash_pos = in GetModule() local88 if (last_slash_pos != base::StringPiece::npos) in GetModule()89 module.remove_prefix(last_slash_pos + 1); in GetModule()
653 size_t last_slash_pos = filename.find_last_of("\\/"); in Init() local654 if (last_slash_pos != base::StringPiece::npos) in Init()655 filename.remove_prefix(last_slash_pos + 1); in Init()
95 pat->name, obj->name + obj->last_slash_pos, in check_code()252 obj->last_slash_pos = 0; in new_obj_node()255 if (obj->name[i]=='/') obj->last_slash_pos = i+1; in new_obj_node()574 bb->obj->name + bb->obj->last_slash_pos, in CLG_()
133 bb->obj->name + bb->obj->last_slash_pos, in CLG_()315 VG_(printf)(" %s", obj->name+obj->last_slash_pos); in CLG_()
283 bb->obj->name + bb->obj->last_slash_pos, in CLG_()
465 UInt last_slash_pos; member