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

  /external/chromium_org/content/child/npapi/
plugin_stream_posix.cc 21 temp_file_path_ = base::FilePath();
26 instance_->NPP_StreamAsFile(&stream_, temp_file_path_.value().c_str());
36 if (base::CreateTemporaryFile(&temp_file_path_))
37 temp_file_ = base::OpenFile(temp_file_path_, "a");
40 base::DeleteFile(temp_file_path_, false);
plugin_stream.h 137 base::FilePath temp_file_path_; member in class:content::PluginStream
  /external/chromium_org/net/base/
upload_file_element_reader_unittest.cc 30 &temp_file_path_));
33 base::WriteFile(temp_file_path_, &bytes_[0], bytes_.size()));
37 temp_file_path_,
57 base::FilePath temp_file_path_; member in class:net::UploadFileElementReaderTest
185 temp_file_path_,
208 ASSERT_TRUE(base::GetFileInfo(temp_file_path_, &info));
215 temp_file_path_,
file_stream_unittest.cc 52 base::CreateTemporaryFile(&temp_file_path_);
53 base::WriteFile(temp_file_path_, kTestData, kTestDataSize);
59 EXPECT_TRUE(base::DeleteFile(temp_file_path_, false));
64 const base::FilePath temp_file_path() const { return temp_file_path_; }
67 base::FilePath temp_file_path_; member in class:net::FileStreamTest
  /external/chromium_org/base/files/
memory_mapped_file_unittest.cc 34 CreateTemporaryFile(&temp_file_path_); variable
37 virtual void TearDown() { EXPECT_TRUE(DeleteFile(temp_file_path_, false)); }
40 File file(temp_file_path_,
51 const FilePath temp_file_path() const { return temp_file_path_; }
54 FilePath temp_file_path_; member in class:base::__anon6895::MemoryMappedFileTest

Completed in 1098 milliseconds