Home
last modified time | relevance | path

Searched defs:GetEnvironmentVar (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DSystemUtils.cpp41 std::pair<std::string, bool> GetEnvironmentVar(const char* variableName) { in GetEnvironmentVar() function
74 std::pair<std::string, bool> GetEnvironmentVar(const char* variableName) { in GetEnvironmentVar() function
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_winuwp.cpp27 std::string GetEnvironmentVar(const char *variableName) in GetEnvironmentVar() function
Dsystem_utils_win32.cpp26 std::string GetEnvironmentVar(const char *variableName) in GetEnvironmentVar() function
Dsystem_utils_posix.cpp69 std::string GetEnvironmentVar(const char *variableName) in GetEnvironmentVar() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSystemUtilsTests.cpp25 TEST(SystemUtilsTests, GetEnvironmentVar) { in TEST() argument