MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / open

Method open

src/basicio.cpp:490–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490int FileIo::open() {
491 // Default open is in read-only binary mode
492 return open("rb");
493}
494
495int FileIo::open(const std::string& mode) {
496 close();

Callers 3

transferMethod · 0.45
readFileFunction · 0.45
writeFileFunction · 0.45

Calls 7

closeFunction · 0.85
pathFunction · 0.85
ErrorFunction · 0.85
c_strMethod · 0.80
getFileLengthMethod · 0.80
getDataByRangeMethod · 0.80
populateMethod · 0.80

Tested by

no test coverage detected