Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
1df1a2c84dcc217425b69cea2dd60ce6871f15ec
/
.
/
sysfs
/
util.hpp
blob: 2d4c2741b734d0214c9c8f4e481df3fca102082b [
file
] [
log
] [
blame
]
Patrick Venture
863b924
2018-03-08 08:29:23 -0800
[
diff
] [
blame
]
1
#include
<string>
2
3
/*
4
* Given a path that optionally has a glob portion, fill it out.
5
*/
6
std
::
string
FixupPath
(
std
::
string
original
);