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

Method Write

util/process/process_memory_test.cc:465–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 }
464
465 void Write(FileHandle out) {
466 CheckedWriteFile(out, &address_, sizeof(address_));
467 CheckedWriteFile(out, &expected_value_, sizeof(expected_value_));
468 }
469
470 static StringDataInChildProcess Read(FileHandle in) {
471 StringDataInChildProcess str;

Callers 1

CRASHPAD_CHILD_TEST_MAINFunction · 0.45

Calls 1

CheckedWriteFileFunction · 0.85

Tested by

no test coverage detected