HomeSort by relevance Sort by last modified time
    Searched refs:file_path_ (Results 1 - 25 of 73) 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/apps/
launcher.cc 121 : profile_(profile), extension_(extension), file_path_(file_path) {}
125 if (file_path_.empty()) {
130 DCHECK(file_path_.IsAbsolute());
134 paths.push_back(file_path_);
159 if (drive::util::IsUnderDriveMountPoint(file_path_)) {
179 if (!base::PathExists(file_path_) ||
180 base::DirectoryExists(file_path_)) {
181 LOG(WARNING) << "No file exists with path " << file_path_.value();
188 if (!net::GetMimeTypeFromFile(file_path_, &mime_type))
207 drive::util::ExtractDrivePath(file_path_),
304 const base::FilePath file_path_; member in class:apps::__anon5865::PlatformAppPathLauncher
    [all...]
  /external/chromium_org/content/browser/android/
tracing_controller_android.cc 36 file_path_ = base::FilePath(
42 LOG(WARNING) << "Logging performance trace to file: " << file_path_.value();
53 file_path_,
57 OnTracingStopped(file_path_);
tracing_controller_android.h 32 base::FilePath file_path_; member in class:content::TracingControllerAndroid
  /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()
  /external/chromium_org/net/url_request/
url_fetcher_response_writer.cc 57 file_path_(file_path),
70 if (file_path_.empty()) {
82 file_path_,
146 file_path_,
157 file_path_ = *temp_file_path;
160 file_path_,
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.cc 62 file_path_(file_path),
72 base::Bind(&URLRequestFileJob::FetchMetaInfo, file_path_,
140 if (!LowerCaseEqualsASCII(file_path_.Extension(), ".lnk"))
143 base::FilePath new_path = file_path_;
161 return LowerCaseEqualsASCII(file_path_.Extension(), ".svgz")
235 int rv = stream_->Open(file_path_, flags,
  /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:__anon4070::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:__anon4070::RelayCreateTemporary
260 file_path_(file_path),
268 if (!file_util::DirectoryExists(file_path_.DirName()))
297 FilePath file_path_; member in class:__anon4070::RelayEnsureFileExists
328 FilePath file_path_; member in class:__anon4070::RelayDelete
418 FilePath file_path_; member in class:__anon4070::RelayCreateDirectory
463 FilePath file_path_; member in class:__anon4070::RelayReadDirectory
493 FilePath file_path_; member in class:__anon4070::RelayGetFileInfo
646 FilePath file_path_; member in class:__anon4070::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::__anon12094::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());
279 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::__anon8239::DownloadFeedbackImpl
93 file_path_(file_path),
112 file_path_,
145 file_path_,
  /external/chromium_org/content/browser/download/
drag_download_file.h 62 base::FilePath file_path_; member in class:content::DragDownloadFile
  /external/chromium_org/media/video/capture/
file_video_capture_device.h 66 const base::FilePath file_path_; member in class:media::FileVideoCaptureDevice
  /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

Completed in 506 milliseconds

1 2 3