blob: 2d4c2741b734d0214c9c8f4e481df3fca102082b [file] [log] [blame]
Patrick Venture863b9242018-03-08 08:29:23 -08001#include <string>
2
3/*
4 * Given a path that optionally has a glob portion, fill it out.
5 */
6std::string FixupPath(std::string original);