Implementation of the centralized file resolution utility. More...
#include "camcom/common/find_file.hpp"#include "ifw/fnd/defs/base.hpp"#include <cstdlib>#include <cstring>#include <filesystem>#include <sstream>#include <vector>#include <pwd.h>#include <unistd.h>Namespaces | |
| namespace | camcom |
| namespace | camcom::common |
Functions | |
| std::string | camcom::common::ExpandPath (const std::string &path) |
| Expand environment variables ($VAR, ${VAR}) and ~ in a path string. | |
| std::string | camcom::common::FindFile (const std::string &path, const std::string &referrer) |
Implementation of the centralized file resolution utility.