Home
last modified time | relevance | path

Searched refs:from_environment (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc113 char *from_environment = getenv("TEST_TMPDIR"); in GetTemporaryDirectoryName() local
114 if (from_environment != NULL && from_environment[0] != '\0') { in GetTemporaryDirectoryName()
115 return string(from_environment) + "/protobuf_tmpdir"; in GetTemporaryDirectoryName()