MCPcopy Create free account
hub / github.com/chromium/crashpad / UUIDFromReportPath

Function UUIDFromReportPath

client/crash_report_database_generic.cc:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44UUID UUIDFromReportPath(const base::FilePath& path) {
45 UUID uuid;
46 uuid.InitializeFromString(path.RemoveFinalExtension().BaseName().value());
47 return uuid;
48}
49
50using OperationStatus = CrashReportDatabase::OperationStatus;
51

Callers 1

CleanReportsInStateMethod · 0.70

Calls 2

InitializeFromStringMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected