Searched refs:path_tmp (Results 1 – 2 of 2) sorted by relevance
73 path_tmp = absolute_path.root_path(); in path_difference() local79 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()
190 path_tmp = '{}.{}'.format(path, id(path))191 fd = _os.open(path_tmp,198 _os.replace(path_tmp, path)201 _os.unlink(path_tmp)