HomeSort by relevance Sort by last modified time
    Searched refs:temp_file_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/win/
event_trace_consumer_unittest.cc 260 ASSERT_TRUE(file_util::CreateTemporaryFile(&temp_file_));
264 EXPECT_TRUE(file_util::Delete(temp_file_, false));
274 temp_file_.value().c_str());
298 HRESULT hr = consumer_.OpenFileSession(temp_file_.value().c_str());
308 file_util::Delete(temp_file_, false);
326 FilePath temp_file_; member in class:__anon2816::EtwTraceConsumerDataTest
  /external/v8/test/cctest/
test-log.cc 36 temp_file_(NULL),
47 if (temp_file_ != NULL) fclose(temp_file_);
57 temp_file_ = LOGGER->TearDown();
58 CHECK_NE(NULL, temp_file_);
59 fflush(temp_file_);
60 rewind(temp_file_);
61 return temp_file_;
78 FILE* temp_file_; member in class:__anon13138::ScopedLoggerInitializer

Completed in 33 milliseconds