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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp165 const atf::fs::path& abs_path = in_path.is_absolute() ? local
171 if (unmount(abs_path.c_str(), 0) == -1) {
189 atf::process::argv_array argv("umount", abs_path.c_str(), NULL);

Completed in 22 milliseconds