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

/gem5/src/base/
H A Doutput.hh158 static const char PATH_SEPARATOR = '/'; member in class:OutputDirectory
280 return name[0] == PATH_SEPARATOR;
H A Doutput.cc167 if (dir[dir.size() - 1] != PATH_SEPARATOR)
168 dir += PATH_SEPARATOR;
184 i->second->setDirectory(dir + PATH_SEPARATOR + i->first);
330 remove(name + PATH_SEPARATOR + de->d_name, recursive);

Completed in 6 milliseconds