Searched defs:file_path_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.h152 FilePath file_path_; member in class:CertificateManagerHandler
/external/chromium/net/url_request/
H A Durl_request_file_job.h50 FilePath file_path_; member in class:net::URLRequestFileJob
/external/chromium/chrome/browser/download/
H A Ddrag_download_file.h84 FilePath file_path_; member in class:DragDownloadFile
/external/chromium/chrome/browser/chromeos/cros/
H A Dmount_library.h58 const std::string& file_path() const { return file_path_; }
85 std::string file_path_; member in class:chromeos::MountLibrary::Disk
/external/chromium/net/base/
H A Dupload_data.h58 const FilePath& file_path() const { return file_path_; }
83 file_path_ = path;
127 FilePath file_path_; member in class:net::UploadData::Element
/external/chromium/base/
H A Dfile_util_proxy.cc125 file_path_(file_path),
140 if (!file_util::DirectoryExists(file_path_.DirName())) {
146 file_handle_ = base::CreatePlatformFile(file_path_, file_flags_,
159 FilePath file_path_; member in class:__anon774::RelayCreateOrOpen
186 file_util::CreateTemporaryFile(&file_path_);
196 file_handle_ = base::CreatePlatformFile(file_path_, file_flags,
203 file_path_); local
211 FilePath file_path_; member in class:__anon774::RelayCreateTemporary
260 file_path_(file_path),
268 if (!file_util::DirectoryExists(file_path_
297 FilePath file_path_; member in class:__anon774::RelayEnsureFileExists
328 FilePath file_path_; member in class:__anon774::RelayDelete
418 FilePath file_path_; member in class:__anon774::RelayCreateDirectory
463 FilePath file_path_; member in class:__anon774::RelayReadDirectory
493 FilePath file_path_; member in class:__anon774::RelayGetFileInfo
646 FilePath file_path_; member in class:__anon774::RelayTouchFilePath
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc325 file_path_ = FilePath(kFilePath);
326 file_util::Delete(file_path_, true);
329 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName));
337 file_util::Delete(file_path_, true);
343 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName));
385 FilePath file_path_; member in class:syncable::SyncableDirectoryTest
1111 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName));

Completed in 171 milliseconds