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

Method setPath

src/basicio.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void FileIo::setPath(const std::string& path) {
298 close();
299 p_->path_ = path;
300}
301
302size_t FileIo::write(const byte* data, size_t wcount) {
303 if (p_->switchMode(Impl::opWrite) != 0)

Callers 1

TESTFunction · 0.80

Calls 1

closeFunction · 0.85

Tested by 1

TESTFunction · 0.64