Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.85
GetCurrentExecutableName
Function · 0.85
GetAbsolutePathToOutputFile
Method · 0.85
GetCurrentDir
Method · 0.85
RemoveExtension
Method · 0.85
RemoveDirectoryName
Method · 0.85
RemoveFileName
Method · 0.85
MakeFileName
Method · 0.85
ConcatPaths
Method · 0.85
RemoveTrailingPathSeparator
Method · 0.85
Calls
1
Normalize
Class · 0.85
Tested by
no test coverage detected