HomeSort by relevance Sort by last modified time
    Searched full:detail_str (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/shell/renderer/
leak_detector.cc 60 std::string detail_str; local
61 base::JSONWriter::Write(&detail, &detail_str);
62 report.detail = detail_str;
  /external/oprofile/libpp/
format_output.cpp 876 string detail_str = output_symbol_details(symb, sd.index, lo, hi); local
878 if (detail_str.size() > 0) {
881 details << detail_str; local

Completed in 57 milliseconds