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

  /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/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.h 495 FilePath root_path_; member in class:file_util::FileEnumerator
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...]
  /external/oprofile/libpp/
locate_images.cpp 54 string const & root_path_)
60 root_path = op_realpath(root_path_);

Completed in 112 milliseconds