Home
last modified time | relevance | path

Searched refs:last_slash_pos (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
Dcdm_logging.cc90 size_t last_slash_pos = filename.find_last_of("\\/"); in CdmLogMessage() local
91 if (last_slash_pos != std::string::npos) in CdmLogMessage()
92 filename = filename.substr(last_slash_pos + 1); in CdmLogMessage()
/external/chromium_org/base/
Dvlog.cc90 base::StringPiece::size_type last_slash_pos = in GetModule() local
92 if (last_slash_pos != base::StringPiece::npos) in GetModule()
93 module.remove_prefix(last_slash_pos + 1); in GetModule()
Dlogging.cc652 size_t last_slash_pos = filename.find_last_of("\\/"); in Init() local
653 if (last_slash_pos != base::StringPiece::npos) in Init()
654 filename.remove_prefix(last_slash_pos + 1); in Init()
/external/chromium_org/chrome/test/logging/win/
Dlog_file_printer.cc61 size_t last_slash_pos = filename.find_last_of("\\/"); in WriteLocationToStream() local
62 if (last_slash_pos != base::StringPiece::npos) in WriteLocationToStream()
63 filename.remove_prefix(last_slash_pos + 1); in WriteLocationToStream()
/external/valgrind/main/callgrind/
Dfn.c95 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_()
Ddebug.c133 bb->obj->name + bb->obj->last_slash_pos, in CLG_()
315 VG_(printf)(" %s", obj->name+obj->last_slash_pos); in CLG_()
Dcallstack.c290 bb->obj->name + bb->obj->last_slash_pos, in CLG_()
Dglobal.h471 UInt last_slash_pos; member