| 637 | |
| 638 | |
| 639 | string getOperationUpdatesPath( |
| 640 | const string& rootDir, |
| 641 | const id::UUID& operationUuid) |
| 642 | { |
| 643 | return path::join( |
| 644 | getOperationPath(rootDir, operationUuid), |
| 645 | OPERATION_UPDATES_FILE); |
| 646 | } |
| 647 | |
| 648 | |
| 649 | string getSlaveOperationUpdatesPath( |
no test coverage detected