Searched defs:abs_path (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp257 const impl::path& abs_path = in_path.is_absolute() ? local
263 if (unmount(abs_path.c_str(), 0) == -1) {
281 tools::process::argv_array argv("umount", abs_path.c_str(), NULL);

Completed in 13 milliseconds