Flutter Engine
The Flutter Engine
|
#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.
|
inline |
Definition at line 23 of file working_directory.h.
|
static |
Definition at line 16 of file working_directory.cc.
void impeller::testing::WorkingDirectory::SetPath | ( | const std::string & | path | ) |
Definition at line 28 of file working_directory.cc.