Searched refs:root_path_ (Results 1 – 6 of 6) sorted by relevance
37 return root_path_.Append(GetSyncDataDatabaseFilename()); in GetSyncDataDatabasePath()41 : root_path_(path), in DirectoryManager()
96 const FilePath root_path_; variable
621 root_path_(root_path), in FileEnumerator()634 root_path_(root_path), in FileEnumerator()659 root_path_ = pending_paths_.top(); in Next()660 root_path_ = root_path_.StripTrailingSeparators(); in Next()664 if (!ReadDirectory(&entries, root_path_, file_type_ & SHOW_SYM_LINKS)) in Next()671 FilePath full_path = root_path_.Append(i->filename); in Next()688 return root_path_.Append(directory_entries_[current_directory_entry_ in Next()
896 root_path_ = pending_paths_.top(); in Next()900 FilePath src = root_path_; in Next()935 cur_file = root_path_.Append(find_data_.cFileName); in Next()
495 FilePath root_path_; variable
54 string const & root_path_) in populate() argument60 root_path = op_realpath(root_path_); in populate()