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

/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp171 // The erase parameter in this routine is to control nested mount points.
174 // this traversal. In other words, we erase files until we cross the
178 cleanup_aux(const impl::path& p, dev_t parent_device, bool erase) argument
189 if (erase) {
204 bool erase)
206 if (erase && ((fi.get_mode() & S_IRWXU) != S_IRWXU)) {
246 cleanup_aux(p / name, fi.get_device(), erase);
203 cleanup_aux_dir(const impl::path& p, const impl::file_info& fi, bool erase) argument

Completed in 12 milliseconds