Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/power-utils/
H A Dmain.cpp54 bool useJsonFile = version::utils::checkFileExists(PSU_JSON_PATH); in main()
H A Dversion.hpp104 bool checkFileExists(const std::string& filePath);
H A Dversion.cpp217 bool checkFileExists(const std::string& filePath) in checkFileExists() function