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

  /external/chromium_org/tools/gn/
build_settings.cc 14 : root_path_(other.root_path_),
29 root_path_ = r.NormalizePathSeparatorsTo('/');
30 root_path_utf8_ = FilePathToUTF8(root_path_);
43 return file.Resolve(root_path_).NormalizePathSeparatorsTo('/');
47 return dir.Resolve(root_path_).NormalizePathSeparatorsTo('/');
build_settings.h 35 const base::FilePath& root_path() const { return root_path_; }
95 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_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 108 base::FilePath root_path_; member in class:MTPDeviceDelegateImplMac
  /external/oprofile/libpp/
locate_images.cpp 54 string const & root_path_)
60 root_path = op_realpath(root_path_);

Completed in 1499 milliseconds