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

/external/chromium_org/content/child/npapi/
H A Dplugin_stream_posix.cc17 temp_file_ = NULL;
30 return fwrite(buf, sizeof(char), length, temp_file_);
34 DCHECK_EQ(static_cast<FILE*>(NULL), temp_file_); local
37 temp_file_ = base::OpenFile(temp_file_path_, "a");
39 if (!temp_file_) {
51 base::CloseFile(temp_file_);
56 return temp_file_ != NULL;
H A Dplugin_stream.h136 FILE* temp_file_; member in class:content::PluginStream
/external/chromium_org/third_party/webrtc/base/
H A Dfilelock_unittest.cc33 scoped_ptr<FileLock> lock(FileLock::TryLock(temp_file_.pathname()));
44 temp_file_ = Pathname(temp_dir_.pathname(), kLockFile);
56 Pathname temp_file_; member in class:rtc::FileLockTest
60 scoped_ptr<FileLock> lock(FileLock::TryLock(temp_file_.pathname()));
62 EXPECT_FALSE(Filesystem::IsAbsent(temp_file_.pathname()));
64 EXPECT_TRUE(Filesystem::IsAbsent(temp_file_.pathname()));
68 scoped_ptr<FileLock> lock(FileLock::TryLock(temp_file_.pathname()));
73 scoped_ptr<FileLock> lock1(FileLock::TryLock(temp_file_.pathname()));
76 scoped_ptr<FileLock> lock2(FileLock::TryLock(temp_file_.pathname()));
81 scoped_ptr<FileLock> lock(FileLock::TryLock(temp_file_
[all...]
/external/chromium_org/chrome/browser/extensions/api/page_capture/
H A Dpage_capture_apitest.cc36 temp_file_ = temp_file;
39 base::FilePath temp_file_; member in class:PageCaptureSaveAsMHTMLDelegate
47 ASSERT_FALSE(delegate.temp_file_.empty());
51 ASSERT_FALSE(base::PathExists(delegate.temp_file_));
/external/chromium_org/chrome/installer/util/
H A Ddelete_after_reboot_helper_unittest.cc28 base::CreateTemporaryFileInDir(temp_dir_, &temp_file_);
94 base::FilePath temp_file_; member in class:__anon5755::DeleteAfterRebootHelperTest
155 // temp_file_, temp_subdir_file_, temp_subdir_ and temp_dir_ in that order.
158 // Get the short form of temp_file_ and use that to match.
159 base::FilePath short_temp_file(GetShortPathName(temp_file_));
171 { temp_file_, temp_subdir_file_, temp_subdir_, temp_dir_ };
209 // temp_file_, temp_subdir_file_, temp_subdir_ and temp_dir_ in that order.
212 // Get the short form of temp_file_ and use that to match.
213 base::FilePath short_temp_file(GetShortPathName(temp_file_));
225 { temp_file_, temp_subdir_file
[all...]
/external/chromium_org/base/win/
H A Devent_trace_consumer_unittest.cc274 temp_file_ = temp_dir_.path().Append(L"test.etl");
278 EXPECT_TRUE(base::DeleteFile(temp_file_, false));
288 temp_file_.value().c_str());
312 HRESULT hr = consumer_.OpenFileSession(temp_file_.value().c_str());
322 base::DeleteFile(temp_file_, false);
341 FilePath temp_file_; member in class:base::win::__anon2598::EtwTraceConsumerDataTest
/external/chromium_org/v8/test/cctest/
H A Dtest-log.cc61 temp_file_(NULL),
75 if (temp_file_ != NULL) fclose(temp_file_);
87 temp_file_ = logger_->TearDown();
88 CHECK_NE(NULL, temp_file_);
89 fflush(temp_file_);
90 rewind(temp_file_);
91 return temp_file_;
105 FILE* temp_file_; member in class:__anon17408::ScopedLoggerInitializer

Completed in 2502 milliseconds