HomeSort by relevance Sort by last modified time
    Searched defs:file_path_ (Results 1 - 25 of 42) sorted by null

1 2

  /art/runtime/base/unix_file/
fd_file.h 67 std::string file_path_; member in class:unix_file::FdFile
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.h 81 // Opens the database at file_path_ if it exists already and creates it if
89 // Tries to open the database at file_path_, assigns |db| to point to the
190 base::FilePath file_path_; member in class:content::SessionStorageDatabase
dom_storage_database.h 44 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
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.h 152 FilePath file_path_; member in class:CertificateManagerHandler
  /external/chromium/net/url_request/
url_request_file_job.h 50 FilePath file_path_; member in class:net::URLRequestFileJob
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.h 175 base::FilePath file_path_; member in class:options::CertificateManagerHandler
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader.h 75 const base::FilePath file_path_; member in class:webkit_blob::LocalFileStreamReader
  /external/chromium_org/webkit/browser/fileapi/
local_file_stream_writer.h 43 // Opens |file_path_| and if it succeeds, proceeds to InitiateSeek().
77 const base::FilePath file_path_; member in class:fileapi::LocalFileStreamWriter
sandbox_file_stream_writer.h 80 base::FilePath file_path_; member in class:fileapi::SandboxFileStreamWriter
  /external/chromium/chrome/browser/download/
drag_download_file.h 84 FilePath file_path_; member in class:DragDownloadFile
  /external/chromium_org/chrome/browser/chromeos/drive/
webkit_file_stream_writer_impl.h 66 const base::FilePath file_path_; member in class:drive::internal::WebkitFileStreamWriterImpl
drive_file_stream_reader_unittest.cc 48 temp_dir_.path(), 1024, &file_path_, &file_content_));
57 base::FilePath file_path_; member in class:drive::internal::LocalReaderProxyTest
68 file_reader->Open(file_path_, 0, callback.callback());
89 file_reader->Open(file_path_, 0, callback.callback());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.h 48 base::FilePath file_path_; member in class:file_manager::GetDriveEntryPropertiesFunction
  /external/chromium_org/chrome/browser/
icon_loader.h 89 base::FilePath file_path_; member in class:IconLoader
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.h 53 const base::FilePath& file_path() const { return file_path_; }
70 const base::FilePath file_path_; member in class:zip::ZipReader::EntryInfo
  /external/chromium_org/content/browser/download/
drag_download_file.h 63 base::FilePath file_path_; member in class:content::DragDownloadFile
  /external/chromium_org/net/url_request/
url_request_file_job.h 53 base::FilePath file_path_; member in class:net::URLRequestFileJob
url_fetcher_response_writer.h 77 file_path_ = file_path;
90 // Drops ownership of the file at |file_path_|.
101 const base::FilePath& file_path() const { return file_path_; }
126 base::FilePath file_path_; member in class:net::URLFetcherFileWriter
128 // True when this instance is responsible to delete the file at |file_path_|.
  /external/chromium_org/third_party/zlib/google/
zip_reader.h 54 const base::FilePath& file_path() const { return file_path_; }
71 const base::FilePath file_path_; member in class:zip::ZipReader::EntryInfo
  /external/chromium_org/net/base/
upload_element.h 32 const base::FilePath& file_path() const { return file_path_; }
65 file_path_ = path;
76 base::FilePath file_path_; member in class:net::UploadElement
  /external/chromium_org/apps/
launcher.cc 115 : profile_(profile), extension_(extension), file_path_(file_path) {}
119 if (file_path_.empty()) {
124 DCHECK(file_path_.IsAbsolute());
127 if (drive::util::IsUnderDriveMountPoint(file_path_)) {
151 if (!base::PathExists(file_path_) ||
152 base::DirectoryExists(file_path_)) {
153 LOG(WARNING) << "No file exists with path " << file_path_.value();
160 if (!net::GetMimeTypeFromFile(file_path_, &mime_type))
179 drive::util::ExtractDrivePath(file_path_),
211 handler = FirstFileHandlerForFile(*extension_, mime_type, file_path_);
276 const base::FilePath file_path_; member in class:apps::__anon5862::PlatformAppPathLauncher
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback.cc 72 const base::FilePath file_path_; member in class:safe_browsing::__anon8053::DownloadFeedbackImpl
93 file_path_(file_path),
112 file_path_,
145 file_path_,
download_feedback_service_unittest.cc 71 base::FilePath file_path_; member in class:safe_browsing::__anon8055::FakeDownloadFeedback
download_feedback_unittest.cc 44 base::FilePath file_path_; member in class:safe_browsing::__anon8056::FakeUploader
63 file_path_(file_path),
190 EXPECT_EQ(upload_file_path_, uploader()->file_path_);
two_phase_uploader.cc 58 const base::FilePath file_path_; member in class:__anon8088::TwoPhaseUploaderImpl
80 file_path_(file_path),
179 kUploadContentType, file_path_, 0, kuint64max, file_task_runner_);

Completed in 1568 milliseconds

1 2