| 367 | |
| 368 | |
| 369 | string getExecutorLatestRunPath( |
| 370 | const string& rootDir, |
| 371 | const SlaveID& slaveId, |
| 372 | const FrameworkID& frameworkId, |
| 373 | const ExecutorID& executorId) |
| 374 | { |
| 375 | return path::join( |
| 376 | getExecutorPath(rootDir, slaveId, frameworkId, executorId), |
| 377 | EXECUTOR_RUNS_DIR, |
| 378 | LATEST_SYMLINK); |
| 379 | } |
| 380 | |
| 381 | |
| 382 | string getLibprocessPidPath( |