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

1 2 3

  /external/chromium_org/chrome/browser/
icon_loader.cc 17 file_path_(file_path),
33 group_ = ReadGroupIDFromFilepath(file_path_);
37 if (IsIconMutableFromFilepath(file_path_) ||
icon_loader.h 89 base::FilePath file_path_; member in class:IconLoader
  /external/chromium_org/net/url_request/
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_|.
url_fetcher_response_writer.cc 62 if (file_path_.empty()) {
74 file_path_,
134 file_path_,
146 file_path_ = *temp_file_path;
149 file_path_,
url_request_file_job.cc 60 file_path_(file_path),
70 base::Bind(&URLRequestFileJob::FetchMetaInfo, file_path_,
139 if (!LowerCaseEqualsASCII(file_path_.Extension(), ".lnk"))
142 base::FilePath new_path = file_path_;
160 return LowerCaseEqualsASCII(file_path_.Extension(), ".svgz")
234 int rv = stream_->Open(file_path_, flags,
  /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/content/browser/dom_storage/
dom_storage_database.cc 31 : file_path_(file_path) {
49 if (known_to_be_empty_ && !file_path_.empty()) {
52 sql::Connection::Delete(file_path_);
79 !base::PathExists(file_path_);
141 bool database_exists = base::PathExists(file_path_);
154 if (file_path_.empty()) {
162 if (!db_->Open(file_path_)) {
164 << file_path_.value()
247 DCHECK(base::PathExists(file_path_));
256 if (!base::DirectoryExists(file_path_) &
    [all...]
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/download/
drag_download_file.cc 39 file_path_ = file_name_or_path;
51 if (!file_path_.empty())
52 file_util::DeleteAfterReboot(file_path_);
80 file_path_ = temp_dir_path_.Append(file_name_);
112 save_info.file_path = file_path_;
141 observer_->OnDownloadCompleted(file_path_);
158 download_manager_->GetTemporaryDownloads(file_path_.DirName(), &downloads);
  /external/chromium/net/base/
upload_data.cc 65 if (file_path_.value().find("content://") == 0) {
67 content_length_ = android::contentUrlSize(file_path_);
80 if (!file_util::GetFileSize(file_path_, &length))
102 int64 rv = file->Open(file_path_,
106 DLOG(WARNING) << "Failed to open \"" << file_path_.value()
113 DLOG(WARNING) << "Failed to seek \"" << file_path_.value()
upload_data.h 58 const FilePath& file_path() const { return file_path_; }
83 file_path_ = path;
127 FilePath file_path_; member in class:net::UploadData::Element
  /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
  /art/runtime/base/unix_file/
fd_file.cc 32 FdFile::FdFile(int fd, const std::string& path) : fd_(fd), file_path_(path), auto_close_(true) {
56 file_path_ = path;
66 file_path_ = "";
106 return file_path_;
fd_file.h 67 std::string file_path_; member in class:unix_file::FdFile
  /external/chromium/net/url_request/
url_request_file_job.cc 88 file_path_(file_path),
156 if (!file_path_.value().compare(0, 2, L"\\\\")) {
160 async_resolver_.get(), &AsyncResolver::Resolve, file_path_), true);
171 exists = file_util::GetFileInfo(file_path_, &file_info);
247 if (!LowerCaseEqualsASCII(file_path_.Extension(), ".lnk"))
250 FilePath new_path = file_path_;
268 return LowerCaseEqualsASCII(file_path_.Extension(), ".svgz")
278 return GetMimeTypeFromFile(file_path_, mime_type);
339 rv = stream_.Open(file_path_, flags);
url_request_file_job.h 50 FilePath file_path_; member in class:net::URLRequestFileJob
  /external/chromium/base/
file_util_proxy.cc 125 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:__anon4067::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:__anon4067::RelayCreateTemporary
260 file_path_(file_path),
268 if (!file_util::DirectoryExists(file_path_.DirName()))
297 FilePath file_path_; member in class:__anon4067::RelayEnsureFileExists
328 FilePath file_path_; member in class:__anon4067::RelayDelete
418 FilePath file_path_; member in class:__anon4067::RelayCreateDirectory
463 FilePath file_path_; member in class:__anon4067::RelayReadDirectory
493 FilePath file_path_; member in class:__anon4067::RelayGetFileInfo
646 FilePath file_path_; member in class:__anon4067::RelayTouchFilePath
    [all...]
  /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/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/socket/
unix_domain_socket_posix_unittest.cc 158 file_path_.value(), socket_delegate_.get(), MakeAuthCallback());
164 : file_path_(path),
185 ASSERT_FALSE(file_path_.empty());
186 base::DeleteFile(file_path_, false /* not recursive */);
199 strncpy(addr.sun_path, file_path_.value().c_str(), sizeof(addr.sun_path));
220 const base::FilePath file_path_; member in class:net::__anon11398::UnixDomainSocketTestHelper
262 file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
269 file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
274 file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
278 file_path_.value()
    [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_,
  /external/chromium_org/content/browser/download/
drag_download_file.h 63 base::FilePath file_path_; member in class:content::DragDownloadFile
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 58 const std::string& file_path() const { return file_path_; }
85 std::string file_path_; member in class:chromeos::MountLibrary::Disk
  /external/chromium_org/chrome/browser/chromeos/drive/
webkit_file_stream_writer_impl.cc 52 file_path_(file_path),
81 if (file_path_.empty())
86 file_system_getter_, file_path_,
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader.cc 41 file_path_(file_path),
64 file_path_,
93 file_path_, kOpenFlagsForRead,

Completed in 220 milliseconds

1 2 3