MCPcopy Create free account
hub / github.com/aferrero2707/PhotoFlow / path

Method path

src/external/exiv2/src/basicio.cpp:1024–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022 }
1023
1024 std::string FileIo::path() const
1025 {
1026#ifdef EXV_UNICODE_PATH
1027 if (p_->wpMode_ == Impl::wpUnicode) {
1028 return ws2s(p_->wpath_);
1029 }
1030#endif
1031 return p_->path_;
1032 }
1033
1034#ifdef EXV_UNICODE_PATH
1035 std::wstring FileIo::wpath() const

Callers 15

readMetadataMethod · 0.80
readWriteEpsMetadataFunction · 0.80
readMetadataMethod · 0.80
writeMetadataMethod · 0.80
printStructureMethod · 0.80
readMetadataMethod · 0.80
writeMetadataMethod · 0.80
printStructureMethod · 0.80
readMetadataMethod · 0.80
writeMetadataMethod · 0.80
printStructureMethod · 0.80
readMetadataMethod · 0.80

Calls 1

ws2sFunction · 0.85

Tested by

no test coverage detected