| 2007 | } |
| 2008 | |
| 2009 | int SyntheticClient::rm_file(string& fn) |
| 2010 | { |
| 2011 | UserPerm perms = client->pick_my_perms(); |
| 2012 | return client->unlink(fn.c_str(), perms); |
| 2013 | } |
| 2014 | |
| 2015 | int SyntheticClient::write_file(string& fn, int size, loff_t wrsize) // size is in MB, wrsize in bytes |
| 2016 | { |
nothing calls this directly
no test coverage detected