Lines Matching refs:normalize
109 auto [index, _] = rootIndex(path::normalize(path)); in rootFor()
118 auto normalPath = path::normalize(path); in rootAndSubpathFor()
132 auto absolute = path::normalize(root); in addRoot()
134 roots.push_back({std::move(absolute), path::normalize(backingDir), {it}}); in addRoot()
138 auto absolute = path::normalize(root); in removeRoot()
165 auto srcAbsolute = path::normalize(src); in moveBind()
166 auto destAbsolute = path::normalize(dest); in moveBind()
195 auto whatAbsolute = path::normalize(what); in addBind()
207 .insert_or_assign(path::normalize(where), in addBind()
214 auto absolute = path::normalize(what); in removeBind()
347 mountPoint = path::normalize(mountPoint); in loadFrom()