Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
863b9246dd43464da91ec789deaa42d15c45f84d
/
.
/
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
);