Searched refs:root_path_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/gn/
H A Dbuild_settings.cc14 : 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('/');
H A Dbuild_settings.h35 const base::FilePath& root_path() const { return root_path_; }
95 base::FilePath root_path_; member in class:BuildSettings
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.cc34 : 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...]
H A Ddelete_tree_work_item.h36 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/
H A Dfile_enumerator_posix.cc44 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(
H A Dfile_enumerator_win.cc92 root_path_ = pending_paths_.top();
96 FilePath src = root_path_;
142 cur_file = root_path_.Append(find_data_.cFileName);
H A Dfile_enumerator.h145 FilePath root_path_; member in class:base::FileEnumerator
/external/chromium_org/chrome/browser/media_galleries/mac/
H A Dmtp_device_delegate_impl_mac.h108 base::FilePath root_path_; member in class:MTPDeviceDelegateImplMac
/external/oprofile/libpp/
H A Dlocate_images.cpp54 string const & root_path_)
60 root_path = op_realpath(root_path_);
52 populate(vector<string> const & paths, string const & archive_path_, string const & root_path_) argument

Completed in 326 milliseconds