Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dtest_utils.hpp109 fs::path savePath{path.native() + ".save"}; in makeFileUnRemovable() local
110 fs::rename(path, savePath); in makeFileUnRemovable()
134 fs::path savePath{path.native() + ".save"}; in makeFileRemovable() local
135 fs::rename(savePath, path); in makeFileRemovable()
/openbmc/phosphor-power/test/
H A Dtemporary_file_tests.cpp38 fs::path savePath{path.native() + ".save"}; in makeFileUnRemovable() local
39 fs::rename(path, savePath); in makeFileUnRemovable()
63 fs::path savePath{path.native() + ".save"}; in makeFileRemovable() local
64 fs::rename(savePath, path); in makeFileRemovable()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dtemporary_file_test.cpp30 fs::path savePath{path.native() + ".save"}; in makeFileRemovable() local
31 fs::rename(savePath, path); in makeFileRemovable()
44 fs::path savePath{path.native() + ".save"}; in makeFileUnRemovable() local
45 fs::rename(path, savePath); in makeFileUnRemovable()