| 199 | |
| 200 | |
| 201 | Try<list<string>> getFrameworkPaths( |
| 202 | const string& rootDir, |
| 203 | const SlaveID& slaveId) |
| 204 | { |
| 205 | return fs::list( |
| 206 | path::join(getSlavePath(rootDir, slaveId), FRAMEWORKS_DIR, "*")); |
| 207 | } |
| 208 | |
| 209 | |
| 210 | string getFrameworkPath( |
no test coverage detected