Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc574 std::string split_hex_build_id = SplitBuildID(hex_build_id); in FindBinaryInRoot() local
575 if (!split_hex_build_id.empty()) { in FindBinaryInRoot()
577 root_str + "/" + ".build-id" + "/" + split_hex_build_id + ".debug"; in FindBinaryInRoot()