Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ native
Function
native
src/portability.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
#ifdef BOOST_WINDOWS
40
BOOST_FILESYSTEM_DECL bool native(std::string const& name)
41
{
42
return windows_name(name);
43
}
44
#else
45
BOOST_FILESYSTEM_DECL bool native(std::string const& name)
46
{
Callers
1
name_function_tests
Function · 0.85
Calls
2
windows_name
Function · 0.85
empty
Method · 0.45
Tested by
1
name_function_tests
Function · 0.68