Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dpath.cpp73 path_tmp = absolute_path.root_path(); in path_difference() local
79 if (!fs::equivalent(base_tmp, path_tmp)) { in path_difference()
80 result = path_tmp; in path_difference()
87 path_tmp /= *path_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()
/third_party/python/Lib/importlib/
D_bootstrap_external.py190 path_tmp = '{}.{}'.format(path, id(path))
191 fd = _os.open(path_tmp,
198 _os.replace(path_tmp, path)
201 _os.unlink(path_tmp)