Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-logging
/
84fbb68fbbf0d177b432009caaba0a3c6b29ef4a
/
.
/
paths.hpp
blob: 3d818520e921ab3de7fbfadeffb018b7dfeec751 [
file
] [
log
] [
blame
]
#pragma
once
#include
<filesystem>
#include
<string>
extern
const
char
*
PERSIST_PATH_ROOT
;
namespace
phosphor
::
logging
::
paths
{
auto
error
()
->
std
::
filesystem
::
path
;
auto
extension
()
->
std
::
filesystem
::
path
;
}
// namespace phosphor::logging::paths