| 497 | |
| 498 | |
| 499 | string getResourceProviderRegistryPath( |
| 500 | const string& rootDir, |
| 501 | const SlaveID& slaveId) |
| 502 | { |
| 503 | return path::join( |
| 504 | getSlavePath(getMetaRootDir(rootDir), slaveId), |
| 505 | RESOURCE_PROVIDER_REGISTRY); |
| 506 | } |
| 507 | |
| 508 | |
| 509 | Try<list<string>> getResourceProviderPaths( |
no test coverage detected