#include "file_manager.hh"
#include "config.h"
#include "stage.hh"
#include <fstream>
#include <sstream>
#include <pwd.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
Stg | |
The Stage library uses its own namespace. | |
Functions | |
std::string | searchDirs (const std::vector< std::string > &dirs, const std::string &filename) |
std::string searchDirs | ( | const std::vector< std::string > & | dirs, |
const std::string & | filename | ||
) |
Definition at line 12 of file file_manager.cc.