Searched refs:hex_build_id (Results 1 – 2 of 2) sorted by relevance
333 std::string SplitBuildID(const std::string& hex_build_id) { in SplitBuildID() argument334 if (hex_build_id.size() < 3) { in SplitBuildID()336 hex_build_id.c_str()); in SplitBuildID()340 return hex_build_id.substr(0, 2) + "/" + hex_build_id.substr(2); in SplitBuildID()573 std::string hex_build_id = base::ToHex(build_id.c_str(), build_id.size()); in FindBinaryInRoot() local574 std::string split_hex_build_id = SplitBuildID(hex_build_id); in FindBinaryInRoot()
81 std::string hex_build_id = in AddMapping() local84 context_->storage->InternString(base::StringView(hex_build_id)); in AddMapping()