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.hpp108 fs::path savePath{path.native() + ".save"}; in makeFileUnRemovable() local
109 fs::rename(path, savePath); in makeFileUnRemovable()
133 fs::path savePath{path.native() + ".save"}; in makeFileRemovable() local
134 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.cpp42 fs::path savePath{path.native() + ".save"}; in makeFileRemovable() local
43 fs::rename(savePath, path); in makeFileRemovable()
56 fs::path savePath{path.native() + ".save"}; in makeFileUnRemovable() local
57 fs::rename(path, savePath); in makeFileUnRemovable()