MCPcopy Create free account
hub / github.com/apache/singa / FilePath

Function FilePath

test/gtest/gtest.h:3549–3549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3547 public:
3548 FilePath() : pathname_("") { }
3549 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
3550
3551 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
3552 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 1

NormalizeClass · 0.85

Tested by

no test coverage detected