| 1000 | } |
| 1001 | |
| 1002 | void SyntheticClient::up() |
| 1003 | { |
| 1004 | cwd = cwd.prefixpath(cwd.depth()-1); |
| 1005 | dout(DBL) << "cd .. -> " << cwd << dendl; |
| 1006 | clear_dir(); |
| 1007 | } |
| 1008 | |
| 1009 | int SyntheticClient::play_trace(Trace& t, string& prefix, bool metadata_only) |
| 1010 | { |
nothing calls this directly
no test coverage detected