Searched defs:last_slash_pos (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dvlog.cc86 base::StringPiece::size_type last_slash_pos = local
88 if (last_slash_pos != base::StringPiece::npos)
89 module.remove_prefix(last_slash_pos + 1);
H A Dlogging.cc653 size_t last_slash_pos = filename.find_last_of("\\/"); local
654 if (last_slash_pos != base::StringPiece::npos)
655 filename.remove_prefix(last_slash_pos + 1);
/external/valgrind/main/callgrind/
H A Dglobal.h465 UInt last_slash_pos; member in struct:_obj_node

Completed in 76 milliseconds