MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / FilePath

Function FilePath

rtpose_wrapper/src/gtest/gtest.h:3261–3261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3259 public:
3260 FilePath() : pathname_("") { }
3261 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
3262
3263 explicit FilePath(const char* pathname) : pathname_(pathname) {
3264 Normalize();

Callers 10

gtest.hFile · 0.85
GetCurrentExecutableNameFunction · 0.85
GetCurrentDirMethod · 0.85
RemoveExtensionMethod · 0.85
RemoveDirectoryNameMethod · 0.85
RemoveFileNameMethod · 0.85
MakeFileNameMethod · 0.85
ConcatPathsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected