HomeSort by relevance Sort by last modified time
    Searched full:root_path_ (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/tools/gn/
build_settings.cc 14 : root_path_(other.root_path_),
29 root_path_ = r;
30 root_path_utf8_ = FilePathToUTF8(root_path_);
43 return file.Resolve(root_path_);
47 return dir.Resolve(root_path_);
build_settings.h 34 const base::FilePath& root_path() const { return root_path_; }
87 base::FilePath root_path_; member in class:BuildSettings
  /external/chromium_org/chrome/installer/util/
delete_tree_work_item.cc 34 : root_path_(root_path),
111 if (!root_path_.empty() && base::PathExists(root_path_)) {
119 backup_path_.path().Append(root_path_.BaseName());
120 if (!base::CopyDirectory(root_path_, backup, true)) {
121 LOG(ERROR) << "can not copy " << root_path_.value()
129 if (!base::DeleteFile(root_path_, true)) {
130 LOG(ERROR) << "can not delete " << root_path_.value();
145 base::FilePath backup = backup_path_.path().Append(root_path_.BaseName());
147 base::Move(backup, root_path_);
    [all...]
delete_tree_work_item.h 36 base::FilePath root_path_; member in class:DeleteTreeWorkItem
53 // The temporary directory into which the original root_path_ has been moved.
56 // Set to true once root_path_ has been copied into backup_path_.
  /external/chromium_org/base/files/
file_enumerator_posix.cc 44 root_path_(root_path),
57 root_path_(root_path),
82 root_path_ = pending_paths_.top();
83 root_path_ = root_path_.StripTrailingSeparators();
87 if (!ReadDirectory(&entries, root_path_, file_type_ & SHOW_SYM_LINKS))
94 FilePath full_path = root_path_.Append(i->filename_);
111 return root_path_.Append(
file_enumerator_win.cc 92 root_path_ = pending_paths_.top();
96 FilePath src = root_path_;
142 cur_file = root_path_.Append(find_data_.cFileName);
file_enumerator.h 145 FilePath root_path_; member in class:base::FileEnumerator
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.cc 37 return root_path_.Append(GetSyncDataDatabaseFilename());
41 : root_path_(path),
directory_manager.h 96 const FilePath root_path_; member in class:syncable::DirectoryManager
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.mm 124 root_path_(synthetic_path),
131 file_paths_.push_back(root_path_);
132 file_info_[root_path_.value()] = info;
275 root_path_.AppendRelativePath(device_file_path, &relative_path);
330 base::FilePath item_filename = root_path_;
429 base::FilePath item_filename = root_path_;
mtp_device_delegate_impl_mac.h 102 base::FilePath root_path_; member in class:MTPDeviceDelegateImplMac
  /external/chromium/base/
file_util_posix.cc 621 root_path_(root_path),
634 root_path_(root_path),
659 root_path_ = pending_paths_.top();
660 root_path_ = root_path_.StripTrailingSeparators();
664 if (!ReadDirectory(&entries, root_path_, file_type_ & SHOW_SYM_LINKS))
671 FilePath full_path = root_path_.Append(i->filename);
688 return root_path_.Append(directory_entries_[current_directory_entry_
file_util_win.cc 896 root_path_ = pending_paths_.top();
900 FilePath src = root_path_;
935 cur_file = root_path_.Append(find_data_.cFileName);
    [all...]
file_util.h 495 FilePath root_path_; member in class:file_util::FileEnumerator
  /external/oprofile/libpp/
locate_images.cpp 54 string const & root_path_)
60 root_path = op_realpath(root_path_);

Completed in 1108 milliseconds