Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/
Dgoogletest.cc103 char *from_environment = getenv("TEST_TMPDIR"); in GetTemporaryDirectoryName() local
104 if (from_environment != NULL && from_environment[0] != '\0') { in GetTemporaryDirectoryName()
105 return string(from_environment) + "/protobuf_tmpdir"; in GetTemporaryDirectoryName()