Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc73 std::string hex_build_id(2 * build_id.size() + 1, ' '); in ToHex() local
75 snprintf(&(hex_build_id[2 * i]), 3, "%02hhx", build_id[i]); in ToHex()
77 hex_build_id.resize(2 * build_id.size()); in ToHex()
78 return hex_build_id; in ToHex()