| 191 | |
| 192 | |
| 193 | string getSlaveInfoPath( |
| 194 | const string& rootDir, |
| 195 | const SlaveID& slaveId) |
| 196 | { |
| 197 | return path::join(getSlavePath(rootDir, slaveId), SLAVE_INFO_FILE); |
| 198 | } |
| 199 | |
| 200 | |
| 201 | Try<list<string>> getFrameworkPaths( |
no test coverage detected