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

1 2 3 4 5 6 7 8 91011

  /external/chromium/base/memory/
scoped_temp_dir.cc 14 if (!path_.empty() && !Delete())
19 if (!path_.empty())
25 &path_))
32 if (!path_.empty())
43 &path_))
50 if (!path_.empty())
57 path_ = path;
62 if (path_.empty())
65 bool ret = file_util::Delete(path_, true);
68 path_.clear()
    [all...]
scoped_temp_dir.h 48 const FilePath& path() const { return path_; }
50 // Returns true if path_ is non-empty and exists.
54 FilePath path_; member in class:ScopedTempDir
  /external/chromium_org/base/files/
scoped_temp_dir.cc 16 if (!path_.empty() && !Delete())
21 if (!path_.empty())
27 &path_))
34 if (!path_.empty())
45 &path_))
52 if (!path_.empty())
58 path_ = path;
63 if (path_.empty())
66 bool ret = base::DeleteFile(path_, true);
69 path_.clear()
    [all...]
scoped_temp_dir.h 49 const FilePath& path() const { return path_; }
51 // Returns true if path_ is non-empty and exists.
55 FilePath path_; member in class:base::ScopedTempDir
  /external/chromium_org/chrome/test/webdriver/
frame_path.cc 13 FramePath::FramePath(const FramePath& other) : path_(other.path_) {}
15 FramePath::FramePath(const std::string& path) : path_(path) {}
20 path_ = other.path_;
25 return path_ == other.path_;
29 return Append(path.path_);
38 std::string new_path = path_;
39 if (path_.length()
    [all...]
  /external/chromium_org/chrome/installer/util/
delete_reg_key_work_item.cc 20 path_(path) {
27 if (path_.empty())
34 if (!backup.Initialize(predefined_root_, path_.c_str())) {
41 LONG result = SHDeleteKey(predefined_root_, path_.c_str());
43 LOG(ERROR) << "Failed to delete key at " << path_ << ", result: "
60 LONG result = SHDeleteKey(predefined_root_, path_.c_str());
62 LOG(ERROR) << "Failed to delete key at " << path_ << " in rollback, "
68 if (!backup_.WriteTo(predefined_root_, path_.c_str()))
create_dir_work_item.cc 14 : path_(path),
19 if (base::PathExists(path_)) {
24 base::FilePath parent_dir(path_);
33 VLOG(1) << "creating directory " << path_.value();
39 bool result = file_util::CreateDirectory(path_);
54 // Instead we walk through path_ to top_path_ and delete directories
56 base::FilePath path_to_delete(path_);
create_dir_work_item.h 33 // "path_", and set "top_path_" accordingly. if "path_" already exists,
38 base::FilePath path_; member in class:CreateDirWorkItem
  /external/chromium_org/ppapi/shared_impl/
file_path.cc 11 path_() {
16 path_(path) {
file_path.h 32 const base::FilePath& path() const { return path_; }
36 base::FilePath path_; member in class:ppapi::PepperFilePath
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 16 path_(path),
25 value_ = service_->GetMutableUserPref(path_.c_str(), type);
31 service_->ReportUserPrefChanged(path_);
  /external/chromium_org/chrome/browser/prefs/
scoped_user_pref_update.cc 16 path_(path),
25 value_ = service_->GetMutableUserPref(path_.c_str(), type);
31 service_->ReportUserPrefChanged(path_);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.h 39 return path_ == file_change.path() && type_ == file_change.type();
43 return (path_ < file_change.path()) ||
44 (path_ == file_change.path() && type_ < file_change.type());
47 const base::FilePath& path() const { return path_; }
52 const base::FilePath path_; member in class:drive::FileChange
file_change.cc 10 : path_(path), type_(type) {
  /external/chromium/app/sql/
sqlite_features_unittest.cc 51 ASSERT_TRUE(PathService::Get(base::DIR_TEMP, &path_));
52 path_ = path_.AppendASCII("SQLStatementTest.db");
53 file_util::Delete(path_, false);
54 ASSERT_TRUE(db_.Open(path_));
67 ASSERT_TRUE(file_util::Delete(path_, false));
76 FilePath path_; member in class:__anon4040::SQLiteFeaturesTest
  /external/chromium_org/webkit/common/blob/
scoped_file.cc 23 : path_(path),
49 base::FilePath path = path_;
50 path_.clear();
57 if (path_.empty())
62 iter->second->PostTask(FROM_HERE, base::Bind(iter->first, path_));
67 path_,
82 path_ = other.Release();
  /external/chromium_org/content/shell/
shell_browser_context.cc 86 path_ = cmd_line->GetSwitchValuePath(switches::kContentShellDataPath);
90 CHECK(PathService::Get(base::DIR_LOCAL_APP_DATA, &path_));
91 path_ = path_.Append(std::wstring(L"content_shell"));
98 path_ = config_dir.Append("content_shell");
100 CHECK(PathService::Get(base::DIR_APP_DATA, &path_));
101 path_ = path_.Append("Chromium Content Shell");
103 CHECK(PathService::Get(base::DIR_ANDROID_APP_DATA, &path_));
104 path_ = path_.Append(FILE_PATH_LITERAL("content_shell"))
    [all...]
  /external/chromium/chrome/common/
important_file_writer.cc 29 : path_(path),
40 path_.DirName(), &tmp_file_path);
59 if (!file_util::ReplaceFile(tmp_file_path, path_)) {
68 PLOG(WARNING) << "failed to write " << path_.value()
72 const FilePath path_; member in class:__anon5257::WriteToDiskTask
82 : path_(path),
110 FROM_HERE, new WriteToDiskTask(path_, data))) {
116 WriteToDiskTask write_task(path_, data);
146 << path_.value();
  /external/chromium_org/third_party/libjingle/source/talk/base/
filelock.cc 38 : path_(path), file_(file) {
52 LOG(LS_INFO) << "Unlocking:" << path_;
54 Filesystem::DeleteFile(path_);
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase.cc 13 path_(path) {
21 if (file_util::GetFileSize(path_, &size)) {
25 value = WideToUTF8(path_.BaseName().value());
28 properties_[MetadataParser::kPropertyTitle] = path_.BaseName().value();
  /external/chromium/chrome/browser/ui/cocoa/
window_size_autosaver.h 26 const char* path_; variable
  /external/chromium_org/chrome/browser/extensions/api/recovery_private/
write_from_file_operation.cc 16 path_(path),
write_from_file_operation.h 22 const std::string path_; member in class:extensions::recovery::WriteFromFileOperation
  /external/chromium_org/chrome/browser/parsers/
metadata_parser_filebase.cc 13 path_(path) {
21 if (file_util::GetFileSize(path_, &size)) {
25 value = WideToUTF8(path_.BaseName().value());
28 properties_[MetadataParser::kPropertyTitle] = path_.BaseName().value();
  /external/chromium_org/chrome/browser/ui/cocoa/
window_size_autosaver.h 26 const char* path_; variable

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011