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

/external/chromium/base/
H A Dfile_util_unittest.cc1441 static const TCHAR* kTmpValues[] = { local
1450 for (unsigned int i = 0; i < arraysize(kTmpValues); ++i) {
1452 ::_tputenv_s(kTmpKey, kTmpValues[i]);
1454 EXPECT_TRUE(path.IsAbsolute()) << "$TMP=" << kTmpValues[i] <<

Completed in 145 milliseconds