Searched refs:file_path_ (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/chrome/browser/
H A Dicon_loader.cc17 file_path_(file_path),
33 group_ = ReadGroupIDFromFilepath(file_path_);
37 if (IsIconMutableFromFilepath(file_path_) ||
/external/chromium_org/components/user_manager/user_image/
H A Duser_image.h58 const std::string& file_path() const { return file_path_; }
59 void set_file_path(const std::string& file_path) { file_path_ = file_path; }
68 std::string file_path_; member in class:user_manager::UserImage
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util.h43 const base::FilePath& file_path() const { return file_path_; }
48 base::FilePath file_path_; member in class:chromeos::file_system_provider::util::FileSystemURLParser
66 const base::FilePath& file_path() const { return file_path_; }
72 base::FilePath file_path_; member in class:chromeos::file_system_provider::util::LocalPathParser
H A Dmount_path_util.cc122 file_path_ = base::FilePath::FromUTF8Unsafe("/");
125 file_path_ = file_path_.Append(components[i]);
169 file_path_ = base::FilePath::FromUTF8Unsafe("/");
171 file_path_ = file_path_.Append(components[i]);
/external/chromium_org/ui/ozone/platform/test/
H A Dozone_platform_test.cc32 OzonePlatformTest(const base::FilePath& dump_file) : file_path_(dump_file) {}
63 window_manager_.reset(new TestWindowManager(file_path_));
83 base::FilePath file_path_; member in class:ui::__anon17001::OzonePlatformTest
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database.cc31 : 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()
245 DCHECK(base::PathExists(file_path_));
254 if (!base::DirectoryExists(file_path_)
[all...]
H A Ddom_storage_database.h44 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_org/net/url_request/
H A Durl_fetcher_response_writer.cc56 file_path_(file_path),
70 if (file_path_.empty()) {
82 file_path_,
150 file_path_,
161 file_path_ = *temp_file_path;
164 file_path_,
H A Durl_fetcher_response_writer_unittest.cc59 file_path_ = temp_dir_.path().AppendASCII("test.txt");
61 base::MessageLoopProxy::current(), file_path_));
66 base::FilePath file_path_; member in class:net::URLFetcherFileWriterTest
83 EXPECT_EQ(file_path_.value(), writer_->file_path().value());
91 EXPECT_FALSE(base::PathExists(file_path_));
142 EXPECT_TRUE(base::PathExists(file_path_));
H A Durl_request_file_job.cc62 file_path_(file_path),
72 base::Bind(&URLRequestFileJob::FetchMetaInfo, file_path_,
143 if (!LowerCaseEqualsASCII(file_path_.Extension(), ".lnk"))
146 base::FilePath new_path = file_path_;
164 return LowerCaseEqualsASCII(file_path_.Extension(), ".svgz")
244 int rv = stream_->Open(file_path_, flags,
H A Durl_fetcher_response_writer.h91 const base::FilePath& file_path() const { return file_path_; }
101 // Drops ownership of the file at |file_path_|.
129 base::FilePath file_path_; member in class:net::URLFetcherFileWriter
131 // True when this instance is responsible to delete the file at |file_path_|.
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_blob_info.cc42 file_path_(file_path),
66 DCHECK(file_path_.empty());
67 file_path_ = file_path;
H A Dindexed_db_blob_info.h44 const base::FilePath& file_path() const { return file_path_; }
65 base::FilePath file_path_; // Only for File. member in class:content::IndexedDBBlobInfo
/external/chromium_org/net/socket/
H A Dunix_domain_listen_socket_posix_unittest.cc151 file_path_.value(), socket_delegate_.get(), MakeAuthCallback());
158 file_path_ = base::FilePath(path_str);
159 if (!file_path_.IsAbsolute()) {
161 file_path_ = GetTempSocketPath(file_path_.value());
197 strncpy(addr.sun_path, file_path_.value().c_str(), sizeof(addr.sun_path));
201 << ": path=" << file_path_.value();
220 base::FilePath file_path_; member in class:net::deprecated::__anon9556::UnixDomainListenSocketTestHelper
266 file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
273 file_path_
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dcreate_file.cc21 file_path_(file_path),
37 options.file_path = file_path_.AsUTF8Unsafe();
H A Dopen_file.cc23 file_path_(file_path),
42 options.file_path = file_path_.AsUTF8Unsafe();
H A Dtruncate.cc22 file_path_(file_path),
39 options.file_path = file_path_.AsUTF8Unsafe();
H A Dcreate_file.h48 base::FilePath file_path_; member in class:chromeos::file_system_provider::operations::CreateFile
H A Dopen_file.h49 base::FilePath file_path_; member in class:chromeos::file_system_provider::operations::OpenFile
H A Dtruncate.h49 base::FilePath file_path_; member in class:chromeos::file_system_provider::operations::Truncate
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback.cc66 const base::FilePath file_path_; member in class:safe_browsing::__anon4571::DownloadFeedbackImpl
87 file_path_(file_path),
106 file_path_,
133 file_path_,
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h63 const base::FilePath& file_path() const { return file_path_; }
90 const base::FilePath file_path_; member in class:zip::ZipReader::EntryInfo
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_writer_impl.cc52 file_path_(file_path),
81 if (file_path_.empty())
86 file_system_getter_, file_path_,
/external/chromium_org/storage/browser/blob/
H A Dlocal_file_stream_reader.cc52 file_path_,
66 file_path_(file_path),
93 file_path_, kOpenFlagsForRead,
/external/chromium_org/base/files/
H A Dfile_proxy.cc119 if (!CreateTemporaryFile(&file_path_)) {
131 file_.Initialize(file_path_, file_flags);
136 DeleteFile(file_path_, false);
137 file_path_.clear();
144 callback.Run(error_, file_path_);
148 FilePath file_path_; member in class:base::__anon2258::CreateTemporaryHelper

Completed in 3544 milliseconds

123