Searched refs:recursive (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Doutput.cc292 OutputDirectory::remove(const string &name, bool recursive) argument
311 if (recursive) {
321 fatal("Error opening directory for recursive removal '%s'\n",
330 remove(name + PATH_SEPARATOR + de->d_name, recursive);
H A Doutput.hh301 * @param recursive set to true to attempt to recursively delete a
304 void remove(const std::string &name, bool recursive=false);

Completed in 3 milliseconds