MCPcopy Create free account
hub / github.com/boostorg/filesystem / find_root_name_size

Method find_root_name_size

src/path.cpp:727–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725// decomposition -------------------------------------------------------------------//
726
727BOOST_FILESYSTEM_DECL size_type path_algorithms::find_root_name_size(path const& p)
728{
729 size_type root_name_size = 0;
730 find_root_directory_start(p.m_pathname.c_str(), p.m_pathname.size(), root_name_size);
731 return root_name_size;
732}
733
734BOOST_FILESYSTEM_DECL size_type path_algorithms::find_root_path_size(path const& p)
735{

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected