| 647 | |
| 648 | |
| 649 | string getSlaveOperationUpdatesPath( |
| 650 | const string& metaDir, |
| 651 | const SlaveID& slaveId, |
| 652 | const id::UUID& operationUuid) |
| 653 | { |
| 654 | return getOperationUpdatesPath(getSlavePath(metaDir, slaveId), operationUuid); |
| 655 | } |
| 656 | |
| 657 | |
| 658 | string getResourceStatePath(const string& rootDir) |
nothing calls this directly
no test coverage detected