Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: src/common/linux/file_id.h

Issue 2052263002: Dump INFO CODE_ID containing Build ID in Linux dump_syms (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Oops, it's supposed to be INFO CODE_ID Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/common/linux/elfutils.h ('k') | src/common/linux/file_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/linux/file_id.h
diff --git a/src/common/linux/file_id.h b/src/common/linux/file_id.h
index 80e5a8e9a158b9c2f10e7d7386368bd69f98f786..a1d2fd6ed6b1c1f853c8416aaf5fce613870b455 100644
--- a/src/common/linux/file_id.h
+++ b/src/common/linux/file_id.h
@@ -73,6 +73,10 @@ class FileID {
static std::string ConvertIdentifierToUUIDString(
const wasteful_vector<uint8_t>& identifier);
+ // Convert the entire |identifier| data to a hex string.
+ static std::string ConvertIdentifierToString(
+ const wasteful_vector<uint8_t>& identifier);
+
private:
// Storage for the path specified
std::string path_;
« no previous file with comments | « src/common/linux/elfutils.h ('k') | src/common/linux/file_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698