Home | History | Annotate | Download | only in base

Lines Matching refs:kTmpValues

1441   static const TCHAR* kTmpValues[] = {
1450 for (unsigned int i = 0; i < arraysize(kTmpValues); ++i) {
1452 ::_tputenv_s(kTmpKey, kTmpValues[i]);
1454 EXPECT_TRUE(path.IsAbsolute()) << "$TMP=" << kTmpValues[i] <<