Searched defs:tmpfile (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Downer_key_utils_unittest.cc48 FilePath tmpfile; local
50 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(tmpdir.path(), &tmpfile));
51 ASSERT_TRUE(utils_->ExportPublicKeyToFile(pair.get(), tmpfile));
57 ASSERT_TRUE(utils_->ImportPublicKey(tmpfile, &from_disk));
/external/libpng/contrib/gregbook/
H A Dwpng.c160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
210 if (tmpfile) {
213 fgets(tmpline, 80, tmpfile);
214 fclose(tmpfile);

Completed in 106 milliseconds