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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp79 // The erase parameter in this routine is to control nested mount points.
82 // this traversal. In other words, we erase files until we cross the
86 cleanup_aux(const atf::fs::path& p, dev_t parent_device, bool erase) argument
97 if (erase) {
112 bool erase)
114 if (erase && ((fi.get_mode() & S_IRWXU) != S_IRWXU)) {
154 cleanup_aux(p / name, fi.get_device(), erase);
111 cleanup_aux_dir(const atf::fs::path& p, const atf::fs::file_info& fi, bool erase) argument

Completed in 9 milliseconds