Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dtracing.cc27 bool TryGetEnv(const char* name, const char** value) { in TryGetEnv() function
37 if (TryGetEnv("TEST_TMPDIR", &dir)) return dir; in GetLogDir()
38 if (TryGetEnv("TMP", &dir)) return dir; in GetLogDir()
39 if (TryGetEnv("TMPDIR", &dir)) return dir; in GetLogDir()