HomeSort by relevance Sort by last modified time
    Searched refs:dest_path (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/chrome/installer/util/
duplicate_tree_detector.h 18 // Returns true if |dest_path| contains all the files from |src_path| in the
20 // src_path_ and |dest_path| must either both be files or both be directories.
25 const base::FilePath& dest_path);
duplicate_tree_detector.cc 15 const base::FilePath& dest_path) {
21 file_util::GetFileInfo(dest_path, &dest_info)) {
34 // Two directories are "identical" if dest_path contains entries that are
44 IsIdenticalFileHierarchy(path, dest_path.Append(path.BaseName()));
move_tree_work_item.h 37 // specified by |dest_path|. To facilitate rollback, the caller needs to
39 // they exist under dest_path.
42 // dest_path and all files in source_path are present and of the same length
43 // in dest_path. If so, it will do nothing and return true, otherwise it will
44 // attempt to move source_path to dest_path as stated above.
46 const base::FilePath& dest_path,
work_item.cc 43 const base::FilePath& dest_path,
47 return new CopyTreeWorkItem(source_path, dest_path, temp_dir,
82 const base::FilePath& dest_path,
86 dest_path,
copy_tree_work_item.h 41 // dest_path.
43 const base::FilePath& dest_path,
move_tree_work_item.cc 18 const base::FilePath& dest_path,
22 dest_path_(dest_path),
copy_tree_work_item.cc 17 const base::FilePath& dest_path,
22 dest_path_(dest_path),
work_item.h 85 const base::FilePath& dest_path,
121 const base::FilePath& dest_path,
work_item_list.h 57 const std::wstring& dest_path,
95 const std::wstring& dest_path,
work_item_list.cc 97 const std::wstring& dest_path,
103 base::FilePath(dest_path),
158 const std::wstring& dest_path,
162 base::FilePath(dest_path),
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation_unittest.cc 27 const base::FilePath dest_path(
33 GetLocalResourceEntry(dest_path, &dest_entry));
37 dest_path,
42 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(dest_path, &dest_entry));
52 base::FilePath dest_path(
58 GetLocalResourceEntry(dest_path, &dest_entry));
62 dest_path,
67 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(dest_path, &dest_entry));
73 EXPECT_TRUE(observer()->get_changed_paths().count(dest_path.DirName()));
79 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Test.log"))
    [all...]
copy_operation_unittest.cc 210 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Test.log"));
217 dest_path,
223 EXPECT_EQ(FILE_ERROR_NOT_FOUND, GetLocalResourceEntry(dest_path, &entry));
229 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Dummy/Test.log"));
234 GetLocalResourceEntry(dest_path.DirName(), &entry));
238 dest_path,
244 EXPECT_EQ(FILE_ERROR_NOT_FOUND, GetLocalResourceEntry(dest_path, &entry));
253 base::FilePath dest_path(FILE_PATH_LITERAL(
258 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(dest_path.DirName(), &entry));
263 dest_path,
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
decompress_test.cc 26 base::FilePath dest_path(
31 dest_path.value().c_str()));
35 EXPECT_TRUE(GetBinaryType(dest_path.value().c_str(), &type));
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
setup_test_links.sh 42 dest_path="${src_path/pyauto_dep/chrome_test}"
43 mkdir -p "$(dirname "$dest_path")"
44 [ -e "$dest_path" ] || ln -f -s $src_path $dest_path
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 34 dest_path = os.path.join(LOCAL_THIRD_PARTY_DIR, dest)
36 shutil.copytree(src, dest_path)
38 MakeInit(dest_path)
41 os.makedirs(dest_path)
45 MakeInit(dest_path)
47 shutil.copy(os.path.join(src, filename), os.path.join(dest_path, filename))
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 80 FilePath dest_path = temp_dir_.path(); local
81 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
86 profile = profile_manager_->GetProfile(dest_path);
90 EXPECT_EQ(profile, profile_manager_->GetProfile(dest_path));
165 FilePath dest_path = local
171 profile_manager_->CreateProfileAsync(dest_path, &mock_observer);
183 FilePath dest_path = local
195 profile_manager_->CreateProfileAsync(dest_path, &mock_observer1);
196 profile_manager_->CreateProfileAsync(dest_path, &mock_observer2)
    [all...]
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 33 const WebKit::WebURL& dest_path,
37 const WebKit::WebURL& dest_path,
  /external/skia/tools/
svndiff.py 99 def _DownloadUrlToFile(source_url, dest_path):
100 """Download source_url, and save its contents to dest_path.
104 writer = open(dest_path, 'wb')
109 '%s: unable to download source_url %s to dest_path %s' % (
110 e, source_url, dest_path))
152 dest_path=os.path.join(old_flattened_dir,
163 dest_path=os.path.join(new_flattened_dir,
187 def _GitExportBaseVersionOfFile(file_within_repo, dest_path):
192 @param dest_path destination to which to write the base content
206 with open(dest_path, 'wb') as outfile
    [all...]
download_baselines.py 109 dest_path = os.path.join(dest_dir, filename)
110 if only_copy_updates and not os.path.isfile(dest_path):
112 shutil.copyfile(source_path, dest_path)
  /external/chromium_org/chrome/browser/chromeos/drive/
async_file_util.cc 285 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
286 if (src_path.empty() || dest_path.empty()) {
294 src_path, dest_path,
307 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
308 if (src_path.empty() || dest_path.empty()) {
316 src_path, dest_path,
328 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
329 if (dest_path.empty()) {
337 src_file_path, dest_path,
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.cc 207 const base::FilePath& dest_path,
216 error = NativeFileUtil::GetFileInfo(dest_path, &info);
223 error = NativeFileUtil::GetFileInfo(dest_path.DirName(), &info);
231 if (base::CopyFile(src_path, dest_path))
234 if (base::Move(src_path, dest_path))
file_system_operation.h 138 // Copies a file or directory from |src_path| to |dest_path|. If
140 // |dest_path| recursively. A new file or directory is created at
141 // |dest_path| as needed.
143 const FileSystemURL& dest_path,
146 // Moves a file or directory from |src_path| to |dest_path|. A new file
147 // or directory is created at |dest_path| as needed.
149 const FileSystemURL& dest_path,
native_file_util.h 57 const base::FilePath& dest_path,
  /external/chromium_org/chrome/browser/android/
crash_dump_manager.cc 113 base::FilePath dest_path = crash_dump_dir.Append(filename); local
114 r = base::Move(minidump_path, dest_path);
117 << " to " << dest_path.value();
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 148 base::FilePath dest_path = temp_dir_.path(); local
149 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
154 Profile* profile = profile_manager->GetProfile(dest_path);
158 EXPECT_EQ(profile, profile_manager->GetProfile(dest_path));
357 base::FilePath dest_path = temp_dir_.path(); local
358 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
365 profile = profile_manager->GetProfile(dest_path);
383 base::FilePath dest_path = temp_dir_.path() local
    [all...]

Completed in 933 milliseconds

1 2