Home
last modified time | relevance | path

Searched refs:dot_path (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/filesystem/src/
Dpath.cpp343 ? detail::dot_path() in filename()
350 if (name == detail::dot_path() || name == detail::dot_dot_path()) return name; in stem()
360 if (name == detail::dot_path() || name == detail::dot_dot_path()) return path(); in extension()
393 return detail::dot_path(); in lexically_relative()
401 else if (!p.empty() && p != detail::dot_path()) in lexically_relative()
407 return detail::dot_path(); in lexically_relative()
475 && next == last && *last == detail::dot_path()) in lexically_normal()
477 temp /= detail::dot_path(); in lexically_normal()
487 temp /= detail::dot_path(); in lexically_normal()
700 const path& dot_path() in dot_path() function
[all …]
Doperations.cpp935 if (*itr == dot_path()) in canonical()
1059 if (relative_from != dot_path()) in copy()
/external/jsoncpp/
Ddoxybuild.py121 '%DOT_PATH%': os.path.split(options.dot_path)[0],
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dpath.hpp668 const path& dot_path();