Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp3426 std::string notReadableFileName = notReadableFile.getPath().string(); in TEST() local
3427 writeDataToFile(validConfigFile, notReadableFileName); in TEST()
3429 notReadableFileName; in TEST()
3430 chmod(notReadableFileName.c_str(), 0222); in TEST()
3437 std::string notReadableFileName = notReadableFile.getPath().string(); in TEST() local
3438 writeDataToFile(validConfigFile, notReadableFileName); in TEST()
3439 command = validateTool + schema + notReadableFileName + configuration + in TEST()
3441 chmod(notReadableFileName.c_str(), 0222); in TEST()