HomeSort by relevance Sort by last modified time
    Searched defs:file_path_ (Results 1 - 25 of 44) 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/android/
tracing_controller_android.h 32 base::FilePath file_path_; member in class:content::TracingControllerAndroid
  /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/media/video/capture/
file_video_capture_device.h 66 const base::FilePath file_path_; member in class:media::FileVideoCaptureDevice
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader.h 68 const base::FilePath file_path_; member in class:webkit_blob::LocalFileStreamReader
  /external/chromium_org/webkit/browser/fileapi/
local_file_stream_writer.h 46 // Opens |file_path_| and if it succeeds, proceeds to InitiateSeek().
80 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/
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 62 base::FilePath file_path_; member in class:content::DragDownloadFile
  /external/chromium_org/net/url_request/
url_fetcher_response_writer.h 89 const base::FilePath& file_path() const { return file_path_; }
99 // Drops ownership of the file at |file_path_|.
130 base::FilePath file_path_; member in class:net::URLFetcherFileWriter
132 // True when this instance is responsible to delete the file at |file_path_|.
url_request_file_job.h 56 base::FilePath file_path_; member in class:net::URLRequestFileJob
  /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/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.h 54 base::FilePath file_path_; member in class:extensions::FileBrowserPrivateGetDriveEntryPropertiesFunction
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback.cc 72 const base::FilePath file_path_; member in class:safe_browsing::__anon8239::DownloadFeedbackImpl
93 file_path_(file_path),
112 file_path_,
145 file_path_,
download_feedback_service_unittest.cc 69 base::FilePath file_path_; member in class:safe_browsing::__anon8241::FakeDownloadFeedback
download_feedback_unittest.cc 44 base::FilePath file_path_; member in class:safe_browsing::__anon8242::FakeUploader
63 file_path_(file_path),
190 EXPECT_EQ(upload_file_path_, uploader()->file_path_);

Completed in 1595 milliseconds

1 2