Home
last modified time | relevance | path

Searched refs:targetFilePaths (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dsystemd_target_monitor.cpp46 std::vector<std::string> targetFilePaths; in main() local
50 app.add_option("-f,--file", targetFilePaths, in main()
59 if (targetFilePaths.empty()) in main()
66 TargetErrorData targetData = parseFiles(targetFilePaths); in main()