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

  /external/chromium_org/chrome/installer/util/
move_tree_work_item.cc 21 : source_path_(source_path),
31 if (!base::PathExists(source_path_)) {
32 LOG(ERROR) << source_path_.value() << " does not exist";
54 if (installer::IsIdenticalFileHierarchy(source_path_, dest_path_)) {
58 if (base::Move(source_path_, backup)) {
60 VLOG(1) << "Moved source " << source_path_.value()
66 LOG(ERROR) << "Failed to backup source " << source_path_.value()
71 VLOG(1) << "Source path " << source_path_.value()
89 if (base::Move(source_path_, dest_path_)) {
91 VLOG(1) << "Moved source " << source_path_.value(
    [all...]
copy_tree_work_item.cc 21 : source_path_(source_path),
32 if (!base::PathExists(source_path_)) {
33 LOG(ERROR) << source_path_.value() << " does not exist";
41 (!base::DirectoryExists(source_path_)) &&
43 (base::ContentsEqual(source_path_, dest_path_))) {
44 VLOG(1) << "Source file " << source_path_.value()
50 (!base::DirectoryExists(source_path_)) &&
56 !base::CopyFile(source_path_, alternative_path_)) {
57 LOG(ERROR) << "failed to copy " << source_path_.value()
62 VLOG(1) << "Copied source file " << source_path_.value(
    [all...]
move_tree_work_item.h 51 base::FilePath source_path_; member in class:MoveTreeWorkItem
copy_tree_work_item.h 52 base::FilePath source_path_; member in class:CopyTreeWorkItem
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.h 82 base::FilePath source_path_; member in class:IEImporter
firefox_importer.h 78 base::FilePath source_path_; member in class:FirefoxImporter
firefox_importer.cc 103 source_path_ = source_profile.source_path;
146 base::FilePath file = source_path_.AppendASCII("places.sqlite");
190 base::FilePath file = source_path_.AppendASCII("places.sqlite");
341 if (!decryptor.Init(source_path_, source_path_) &&
342 !decryptor.Init(app_path_, source_path_)) {
347 base::FilePath source_path = source_path_;
378 GURL home_page = GetHomepage(source_path_);
389 base::FilePath file = source_path_.AppendASCII("search.sqlite");
410 // in the profile directory (source_path_)
    [all...]
ie_importer_win.cc 412 source_path_ = source_profile.source_path;
529 if (!source_path_.empty()) {
755 if (!source_path_.empty()) {
757 info->path = source_path_;
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 200 source_path_(source_path),
206 const std::string& source_path() const { return source_path_; }
212 std::string source_path_; member in struct:chromeos::MountEntry

Completed in 267 milliseconds