Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ NativeString
Method
NativeString
Source/cmCMakePath.h:466–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
return path;
465
}
466
std::string NativeString() const
467
{
468
std::string path;
469
this->GetNativePath(path);
470
471
return path;
472
}
473
std::wstring NativeWString() const
474
{
475
std::wstring path;
Callers
3
Evaluate
Method · 0.80
HandleNativePathCommand
Function · 0.80
HandleConvertCommand
Function · 0.80
Calls
1
GetNativePath
Method · 0.95
Tested by
no test coverage detected