HomeSort by relevance Sort by last modified time
    Searched refs:source_path_ (Results 1 - 13 of 13) 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/browser/chromeos/file_system_provider/operations/
copy_entry.cc 22 source_path_(source_path),
39 options.source_path = source_path_.AsUTF8Unsafe();
move_entry.cc 22 source_path_(source_path),
39 options.source_path = source_path_.AsUTF8Unsafe();
copy_entry.h 48 base::FilePath source_path_; member in class:chromeos::file_system_provider::operations::CopyEntry
move_entry.h 48 base::FilePath source_path_; member in class:chromeos::file_system_provider::operations::MoveEntry
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.h 82 base::FilePath source_path_; member in class:IEImporter
firefox_importer.h 81 base::FilePath source_path_; member in class:FirefoxImporter
firefox_importer.cc 105 source_path_ = source_profile.source_path;
153 base::FilePath file = source_path_.AppendASCII("places.sqlite");
197 base::FilePath file = source_path_.AppendASCII("places.sqlite");
348 if (!decryptor.Init(source_path_, source_path_) &&
349 !decryptor.Init(app_path_, source_path_)) {
354 base::FilePath source_path = source_path_;
385 GURL home_page = GetHomepage(source_path_);
392 base::FilePath file = source_path_.AppendASCII("formhistory.sqlite");
428 base::FilePath file = source_path_.AppendASCII("search.sqlite")
    [all...]
ie_importer_win.cc 414 source_path_ = source_profile.source_path;
531 if (!source_path_.empty()) {
757 if (!source_path_.empty()) {
759 info->path = source_path_;
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 204 source_path_(source_path),
210 const std::string& source_path() const { return source_path_; }
216 std::string source_path_; member in struct:chromeos::MountEntry

Completed in 740 milliseconds