MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / FilePath

Function FilePath

tests/gtest/gtest.h:3010–3010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3008 public:
3009 FilePath() : pathname_("") { }
3010 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
3011
3012 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
3013 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