Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-log.cc71 temp_file_(NULL), in ScopedLoggerInitializer()
83 if (temp_file_ != NULL) fclose(temp_file_); in ~ScopedLoggerInitializer()
95 temp_file_ = logger_->TearDown(); in StopLoggingGetTempFile()
96 CHECK(temp_file_); in StopLoggingGetTempFile()
97 fflush(temp_file_); in StopLoggingGetTempFile()
98 rewind(temp_file_); in StopLoggingGetTempFile()
99 return temp_file_; in StopLoggingGetTempFile()
105 FILE* temp_file_; member in __anon5570bcd60111::ScopedLoggerInitializer
/external/libbrillo/brillo/
Dkey_value_store_unittest.cc43 base::FilePath temp_file_ = temp_dir_.path().Append("temp.conf"); in TEST_F() local
47 ASSERT_EQ(blob.size(), base::WriteFile(temp_file_, blob.data(), blob.size())); in TEST_F()
48 ASSERT_TRUE(store_.Load(temp_file_)); in TEST_F()
Dosrelease_reader_unittest.cc25 base::FilePath temp_file_, osrelease_, osreleased_; member in brillo::OsReleaseReaderTest