Searched refs:sTestDataPath (Results 1 – 1 of 1) sorted by relevance
32 static std::string sTestDataPath; variable64 void SetTestDataPath(const std::string& path) { sTestDataPath = path; } in SetTestDataPath()67 CHECK(!sTestDataPath.empty()) << "no test data path set."; in GetTestDataPath()68 return sTestDataPath; in GetTestDataPath()