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

Method SetUp

client/ios_handler/in_process_handler_test.cc:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 // testing::Test:
37
38 void SetUp() override {
39 ASSERT_TRUE(in_process_handler_.Initialize(temp_dir_.path(), "", {}));
40 pending_dir_ = temp_dir_.path().Append("pending-serialized-ios-dump");
41 bundle_identifier_and_seperator_ = system_data_.BundleIdentifier() + "@";
42 }
43
44 const auto& path() const { return pending_dir_; }
45 auto& handler() { return in_process_handler_; }

Callers

nothing calls this directly

Calls 3

pathMethod · 0.80
AppendMethod · 0.80
InitializeMethod · 0.45

Tested by

no test coverage detected