Searched defs:file_path_ (Results 1 - 25 of 40) sorted by path

12

/external/chromium_org/base/files/
H A Dfile_proxy.cc119 if (!CreateTemporaryFile(&file_path_)) {
131 file_.Initialize(file_path_, file_flags);
136 DeleteFile(file_path_, false);
137 file_path_.clear();
144 callback.Run(error_, file_path_);
148 FilePath file_path_; member in class:base::__anon2258::CreateTemporaryHelper
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.cc34 explicit DriveUserData(const base::FilePath& path) : file_path_(path),
38 const base::FilePath& file_path() const { return file_path_; }
47 const base::FilePath file_path_; member in class:drive::__anon3059::DriveUserData
H A Ddrive_file_stream_reader_unittest.cc51 temp_dir_.path(), 1024, &file_path_, &file_content_));
60 base::FilePath file_path_; member in class:drive::internal::LocalReaderProxyTest
71 file_reader->Open(file_path_, 0, callback.callback());
92 file_reader->Open(file_path_, 0, callback.callback());
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_writer_impl.h66 const base::FilePath file_path_; member in class:drive::internal::WebkitFileStreamWriterImpl
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc187 file_path_ = drive::util::ExtractDrivePath(local_path_);
207 file_path_,
309 app_registry->GetAppsForFile(file_path_.Extension(),
317 file_path_.Extension());
351 base::FilePath file_path_; member in class:extensions::__anon3140::SingleEntryPropertiesGetterForDrive
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dfile_stream_reader.cc57 file_path_ = parser.file_path();
59 file_path_,
124 file_path_,
206 base::FilePath file_path_; member in class:chromeos::file_system_provider::FileStreamReader::OperationRunner
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util.h43 const base::FilePath& file_path() const { return file_path_; }
48 base::FilePath file_path_; member in class:chromeos::file_system_provider::util::FileSystemURLParser
66 const base::FilePath& file_path() const { return file_path_; }
72 base::FilePath file_path_; member in class:chromeos::file_system_provider::util::LocalPathParser
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dcreate_file.h48 base::FilePath file_path_; member in class:chromeos::file_system_provider::operations::CreateFile
H A Dopen_file.h49 base::FilePath file_path_; member in class:chromeos::file_system_provider::operations::OpenFile
H A Dtruncate.h49 base::FilePath file_path_; member in class:chromeos::file_system_provider::operations::Truncate
/external/chromium_org/chrome/browser/
H A Dicon_loader.h93 base::FilePath file_path_; member in class:IconLoader
/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_,
H A Ddownload_feedback_service_unittest.cc71 base::FilePath file_path_; member in class:safe_browsing::__anon4573::FakeDownloadFeedback
H A Ddownload_feedback_unittest.cc42 base::FilePath file_path_; member in class:safe_browsing::__anon4574::FakeUploader
61 file_path_(file_path),
184 EXPECT_EQ(upload_file_path_, uploader()->file_path_);
H A Dtwo_phase_uploader.cc58 const base::FilePath file_path_; member in class:__anon4625::TwoPhaseUploaderImpl
80 file_path_(file_path),
179 kUploadContentType, file_path_, 0, kuint64max, file_task_runner_);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.h172 base::FilePath file_path_; member in class:options::CertificateManagerHandler
/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/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

Completed in 445 milliseconds

12