Home
last modified time | relevance | path

Searched refs:environmentVariable (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DTest.cpp57 const char* environmentVariable = "TMPDIR"; in GetTmpDir() local
60 const char* environmentVariable = "TMPDIR"; in GetTmpDir() local
63 const char* environmentVariable = "TEMP"; in GetTmpDir() local
66 const char* environmentVariable = nullptr; in GetTmpDir() local
69 const char* tmpdir = environmentVariable ? getenv(environmentVariable) : nullptr; in GetTmpDir()

Completed in 1 milliseconds