#include <working_directory.h>
Public Member Functions | |
std::string | GetFilenamePath (const std::string &filename) const |
void | SetPath (const std::string &path) |
const std::string & | GetPath () const |
Static Public Member Functions | |
static WorkingDirectory * | Instance () |
Keeps track of the global variable for the specified working directory.
Definition at line 15 of file working_directory.h.
std::string impeller::testing::WorkingDirectory::GetFilenamePath | ( | const std::string & | filename | ) | const |
Definition at line 23 of file working_directory.cc.
Referenced by impeller::GoldenPlaygroundTest::SaveScreenshot(), and impeller::testing::GoldenDigest::Write().
|
inline |
|
static |
Definition at line 16 of file working_directory.cc.
Referenced by main(), and impeller::GoldenPlaygroundTest::SaveScreenshot().
void impeller::testing::WorkingDirectory::SetPath | ( | const std::string & | path | ) |
Definition at line 28 of file working_directory.cc.
Referenced by main().