Searched defs:file_path_ (Results 1 - 25 of 40) sorted by last modified time

12

/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h63 const base::FilePath& file_path() const { return file_path_; }
90 const base::FilePath file_path_; member in class:zip::ZipReader::EntryInfo
/external/chromium_org/ui/ozone/platform/test/
H A Dozone_platform_test.cc32 OzonePlatformTest(const base::FilePath& dump_file) : file_path_(dump_file) {}
63 window_manager_.reset(new TestWindowManager(file_path_));
83 base::FilePath file_path_; member in class:ui::__anon17001::OzonePlatformTest
/external/chromium_org/net/socket/
H A Dunix_domain_listen_socket_posix_unittest.cc151 file_path_.value(), socket_delegate_.get(), MakeAuthCallback());
158 file_path_ = base::FilePath(path_str);
159 if (!file_path_.IsAbsolute()) {
161 file_path_ = GetTempSocketPath(file_path_.value());
197 strncpy(addr.sun_path, file_path_.value().c_str(), sizeof(addr.sun_path));
201 << ": path=" << file_path_.value();
220 base::FilePath file_path_; member in class:net::deprecated::__anon9556::UnixDomainListenSocketTestHelper
266 file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
273 file_path_
[all...]
/external/chromium_org/net/url_request/
H A Durl_fetcher_impl_unittest.cc508 base::FilePath file_path_; member in class:net::__anon9788::URLFetcherFileTest
875 take_ownership_of_file_, &file_path_));
877 EXPECT_TRUE(base::ContentsEqual(expected_file_, file_path_));
1369 ASSERT_FALSE(base::PathExists(file_path_))
1370 << file_path_.value() << " not removed.";
1417 ASSERT_EQ(kTake[i], base::PathExists(file_path_)) <<
1418 "FilePath: " << file_path_.value();
1434 file_path_ = temp_dir.path().AppendASCII(kFileToFetch);
1436 base::WriteFile(file_path_, data.data(), data.size()));
1437 ASSERT_TRUE(base::PathExists(file_path_));
[all...]
H A Durl_fetcher_response_writer.h91 const base::FilePath& file_path() const { return file_path_; }
101 // Drops ownership of the file at |file_path_|.
129 base::FilePath file_path_; member in class:net::URLFetcherFileWriter
131 // True when this instance is responsible to delete the file at |file_path_|.
H A Durl_fetcher_response_writer_unittest.cc59 file_path_ = temp_dir_.path().AppendASCII("test.txt");
61 base::MessageLoopProxy::current(), file_path_));
66 base::FilePath file_path_; member in class:net::URLFetcherFileWriterTest
83 EXPECT_EQ(file_path_.value(), writer_->file_path().value());
91 EXPECT_FALSE(base::PathExists(file_path_));
142 EXPECT_TRUE(base::PathExists(file_path_));
H A Durl_request_file_job.h61 base::FilePath file_path_; member in class:net::URLRequestFileJob
/external/chromium_org/storage/browser/blob/
H A Dlocal_file_stream_reader.h72 const base::FilePath file_path_; member in class:storage::LocalFileStreamReader
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_stream_writer.h50 // Opens |file_path_| and if it succeeds, proceeds to InitiateSeek().
84 const base::FilePath file_path_; member in class:storage::LocalFileStreamWriter
H A Dsandbox_file_stream_writer.h81 base::FilePath file_path_; member in class:storage::SandboxFileStreamWriter
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc153 file_path_ = temp_dir_.path().Append(
155 base::DeleteFile(file_path_, true);
163 base::DeleteFile(file_path_, true);
170 encryptor(), unrecoverable_error_handler(), kDirectoryName, file_path_);
191 base::FilePath file_path_; member in class:syncer::syncable::OnDiskSyncableDirectoryTest
349 new Directory(new OnDiskDirectoryBackingStore(kDirectoryName, file_path_),
/external/chromium_org/media/filters/
H A Dpipeline_integration_test.cc394 : file_path_(GetTestDataFilePath(filename)),
540 base::FilePath file_path_; member in class:media::MockMediaSource
/external/chromium_org/media/video/capture/
H A Dfile_video_capture_device.h64 const base::FilePath file_path_; member in class:media::FileVideoCaptureDevice
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h317 base::FilePath file_path_; member in class:content::WebPluginImpl
/external/chromium_org/components/user_manager/user_image/
H A Duser_image.h58 const std::string& file_path() const { return file_path_; }
59 void set_file_path(const std::string& file_path) { file_path_ = file_path; }
68 std::string file_path_; member in class:user_manager::UserImage
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database.h44 const base::FilePath& file_path() const { return file_path_; }
76 // Open the database at file_path_ if it exists already and creates it if
110 const base::FilePath file_path_; member in class:content::DOMStorageDatabase
H A Dsession_storage_database.h83 // Opens the database at file_path_ if it exists already and creates it if
91 // Tries to open the database at file_path_, assigns |db| to point to the
192 base::FilePath file_path_; member in class:content::SessionStorageDatabase
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.h58 base::FilePath file_path_; member in class:content::DragDownloadFile
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.h174 return file_path_;
183 base::FilePath file_path_; member in class:content::IndexedDBBackingStore::Transaction::WriteDescriptor
H A Dindexed_db_blob_info.h44 const base::FilePath& file_path() const { return file_path_; }
65 base::FilePath file_path_; // Only for File. member in class:content::IndexedDBBlobInfo
/external/chromium_org/content/browser/quota/
H A Dquota_reservation_manager_unittest.cc187 file_path_ = work_dir_.path().Append(FILE_PATH_LITERAL("hoge"));
188 SetFileSize(file_path_, kInitialFileSize);
207 return file_path_;
213 base::FilePath file_path_; member in class:content::QuotaReservationManagerTest
/external/chromium_org/content/browser/tracing/
H A Dtracing_controller_impl.cc42 : file_path_(trace_file_path),
82 file_ = base::OpenFile(file_path_, "w");
84 LOG(ERROR) << "Failed to open " << file_path_.value();
114 base::FilePath file_path_; member in class:content::__anon7452::FileTraceDataSink
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h132 const std::string& file_path() const { return file_path_; }
178 std::string file_path_; member in class:chromeos::DiskInfo
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h90 const std::string& file_path() const { return file_path_; }
154 std::string file_path_; member in class:chromeos::disks::DiskMountManager::Disk
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback.cc66 const base::FilePath file_path_; member in class:safe_browsing::__anon4571::DownloadFeedbackImpl
87 file_path_(file_path),
106 file_path_,
133 file_path_,

Completed in 2304 milliseconds

12