Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dpath.cpp72 fs::path base_tmp = absolute_base.root_path(), in path_difference() local
79 if (!fs::equivalent(base_tmp, path_tmp)) { in path_difference()
86 base_tmp /= *base_it; in path_difference()
89 if (!fs::exists(base_tmp) || !fs::exists(path_tmp) || in path_difference()
90 !fs::equivalent(base_tmp, path_tmp)) { in path_difference()