Home
last modified time | relevance | path

Searched refs:file_path_ (Results 1 – 13 of 13) sorted by relevance

/external/chromium/base/
Dfile_util_proxy.cc125 file_path_(file_path), in RelayCreateOrOpen()
140 if (!file_util::DirectoryExists(file_path_.DirName())) { in RunWork()
146 file_handle_ = base::CreatePlatformFile(file_path_, file_flags_, in RunWork()
159 FilePath file_path_; member in __anon301976440111::RelayCreateOrOpen
186 file_util::CreateTemporaryFile(&file_path_); in RunWork()
196 file_handle_ = base::CreatePlatformFile(file_path_, file_flags, in RunWork()
203 file_path_); in RunCallback()
211 FilePath file_path_; member in __anon301976440111::RelayCreateTemporary
260 file_path_(file_path), in RelayEnsureFileExists()
268 if (!file_util::DirectoryExists(file_path_.DirName())) { in RunWork()
[all …]
/external/chromium/chrome/browser/download/
Ddrag_download_file.cc39 file_path_ = file_name_or_path; in DragDownloadFile()
51 if (!file_path_.empty()) in ~DragDownloadFile()
52 file_util::DeleteAfterReboot(file_path_); in ~DragDownloadFile()
80 file_path_ = temp_dir_path_.Append(file_name_); in Start()
112 save_info.file_path = file_path_; in InitiateDownload()
141 observer_->OnDownloadCompleted(file_path_); in DownloadCompleted()
158 download_manager_->GetTemporaryDownloads(file_path_.DirName(), &downloads); in ModelChanged()
Ddrag_download_file.h84 FilePath file_path_; variable
/external/chromium/net/url_request/
Durl_request_file_job.cc88 file_path_(file_path), in URLRequestFileJob()
156 if (!file_path_.value().compare(0, 2, L"\\\\")) { in Start()
160 async_resolver_.get(), &AsyncResolver::Resolve, file_path_), true); in Start()
171 exists = file_util::GetFileInfo(file_path_, &file_info); in Start()
247 if (!LowerCaseEqualsASCII(file_path_.Extension(), ".lnk")) in IsRedirectResponse()
250 FilePath new_path = file_path_; in IsRedirectResponse()
268 return LowerCaseEqualsASCII(file_path_.Extension(), ".svgz") in SetupFilter()
278 return GetMimeTypeFromFile(file_path_, mime_type); in GetMimeType()
339 rv = stream_.Open(file_path_, flags); in DidResolve()
Durl_request_file_job.h50 FilePath file_path_; variable
/external/chromium/net/base/
Dupload_data.cc65 if (file_path_.value().find("content://") == 0) { in GetContentLength()
67 content_length_ = android::contentUrlSize(file_path_); in GetContentLength()
80 if (!file_util::GetFileSize(file_path_, &length)) in GetContentLength()
102 int64 rv = file->Open(file_path_, in NewFileStreamForReading()
106 DLOG(WARNING) << "Failed to open \"" << file_path_.value() in NewFileStreamForReading()
113 DLOG(WARNING) << "Failed to seek \"" << file_path_.value() in NewFileStreamForReading()
Dupload_data.h58 const FilePath& file_path() const { return file_path_; } in file_path()
83 file_path_ = path; in SetToFilePathRange()
127 FilePath file_path_; variable
/external/chromium/chrome/browser/chromeos/cros/
Dmount_library.h58 const std::string& file_path() const { return file_path_; } in file_path()
85 std::string file_path_; variable
Dmount_library.cc34 file_path_(file_path), in Disk()
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc539 file_path_ = path; in ExportPersonalFileSelected()
581 file_path_, in ExportPersonalSlotsUnlocked()
623 file_path_ = path; in ImportPersonalFileSelected()
636 file_path_, in ImportPersonalPasswordSelected()
700 file_path_.clear(); in ImportExportCleanup()
726 file_path_ = path; in ImportServerFileSelected()
728 file_path_, in ImportServerFileSelected()
781 file_path_ = path; in ImportCAFileSelected()
783 file_path_, in ImportCAFileSelected()
Dcertificate_manager_handler.h152 FilePath file_path_; variable
/external/chromium/chrome/browser/net/
Durl_request_mock_http_job.cc98 FilePath header_file = FilePath(file_path_.value() + kMockHeaderFileSuffix); in GetResponseInfoConst()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc325 file_path_ = FilePath(kFilePath); in SetUp()
326 file_util::Delete(file_path_, true); in SetUp()
329 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName)); in SetUp()
337 file_util::Delete(file_path_, true); in TearDown()
343 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName)); in ReloadDir()
385 FilePath file_path_; member in syncable::SyncableDirectoryTest
1111 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName)); in TEST_F()