Searched defs:dest_path (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dduplicate_tree_detector.cc15 const base::FilePath& dest_path) {
21 base::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()));
14 IsIdenticalFileHierarchy(const base::FilePath& src_path, const base::FilePath& dest_path) argument
H A Dmove_tree_work_item.cc18 const base::FilePath& dest_path,
22 dest_path_(dest_path),
17 MoveTreeWorkItem(const base::FilePath& source_path, const base::FilePath& dest_path, const base::FilePath& temp_dir, MoveTreeOption duplicate_option) argument
H A Dcopy_tree_work_item.cc17 const base::FilePath& dest_path,
22 dest_path_(dest_path),
16 CopyTreeWorkItem(const base::FilePath& source_path, const base::FilePath& dest_path, const base::FilePath& temp_dir, CopyOverWriteOption overwrite_option, const base::FilePath& alternative_path) argument
H A Dwork_item.cc35 const base::FilePath& dest_path,
39 return new CopyTreeWorkItem(source_path, dest_path, temp_dir,
80 const base::FilePath& dest_path,
84 dest_path,
33 CreateCopyTreeWorkItem( const base::FilePath& source_path, const base::FilePath& dest_path, const base::FilePath& temp_dir, CopyOverWriteOption overwrite_option, const base::FilePath& alternative_path) argument
78 CreateMoveTreeWorkItem( const base::FilePath& source_path, const base::FilePath& dest_path, const base::FilePath& temp_dir, MoveTreeOption duplicate_option) argument
H A Dwork_item_list.cc85 const std::wstring& dest_path,
91 base::FilePath(dest_path),
151 const std::wstring& dest_path,
155 base::FilePath(dest_path),
83 AddCopyTreeWorkItem( const std::wstring& source_path, const std::wstring& dest_path, const std::wstring& temp_dir, CopyOverWriteOption overwrite_option, const std::wstring& alternative_path) argument
150 AddMoveTreeWorkItem(const std::wstring& source_path, const std::wstring& dest_path, const std::wstring& temp_dir, MoveTreeOption duplicate_option) argument
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.cc23 const base::FilePath& dest_path,
33 error = metadata->GetResourceEntryByPath(dest_path.DirName(), &parent_entry);
45 base::FilePath(dest_path.Extension()).AsUTF8Unsafe();
52 dest_path.BaseName().RemoveExtension().AsUTF8Unsafe() :
53 dest_path.BaseName().AsUTF8Unsafe();
63 changed_files->Update(dest_path, entry, FileChange::ADD_OR_UPDATE);
21 UpdateLocalState(internal::ResourceMetadata* metadata, const base::FilePath& src_path, const base::FilePath& dest_path, FileChange* changed_files, std::string* local_id) argument
H A Dcopy_operation_unittest.cc227 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Test.log"));
234 dest_path,
241 EXPECT_EQ(FILE_ERROR_NOT_FOUND, GetLocalResourceEntry(dest_path, &entry));
247 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Dummy/Test.log"));
252 GetLocalResourceEntry(dest_path.DirName(), &entry));
256 dest_path,
263 EXPECT_EQ(FILE_ERROR_NOT_FOUND, GetLocalResourceEntry(dest_path, &entry));
272 base::FilePath dest_path(FILE_PATH_LITERAL(
277 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(dest_path.DirName(), &entry));
282 dest_path,
443 base::FilePath dest_path = directory_path.AppendASCII("File 1.txt"); local
[all...]
/external/chromium_org/components/crash/browser/
H A Dcrash_dump_manager_android.cc109 base::FilePath dest_path = instance_->crash_dump_dir_.Append(filename); local
110 r = base::Move(minidump_path, dest_path);
113 << " to " << dest_path.value();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.cc81 const base::FilePath& dest_path) {
83 !base::Move(downloaded_file, dest_path))
85 *cache_file_path = dest_path;
78 MoveDownloadedFile(const base::FilePath& downloaded_file, base::FilePath* cache_file_path, FileError error, const base::FilePath& dest_path) argument
H A Dfile_cache.cc161 base::FilePath dest_path = GetCacheFilePath(id);
165 success = base::Move(source_path, dest_path);
168 success = base::CopyFile(source_path, dest_path);
177 << "dest_path = " << dest_path.value() << ", "
515 const base::FilePath& dest_path = dest_directory.Append(dest_base_name) local
518 !base::Move(current, dest_path)) {
520 << " to " << dest_path.value();
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.cc291 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
292 if (src_path.empty() || dest_path.empty()) {
308 dest_path,
323 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
324 if (src_path.empty() || dest_path.empty()) {
335 src_path, dest_path,
347 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
348 if (dest_path.empty()) {
356 src_file_path, dest_path,
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_validator_browsertest.cc129 base::FilePath dest_path = base.AppendASCII("dest_fs"); local
130 ASSERT_TRUE(base::CreateDirectory(dest_path));
135 dest_path,
H A Dnative_media_file_util_unittest.cc275 base::FilePath dest_path = root_path().AppendASCII("dest"); local
288 ASSERT_TRUE(base::DeleteFile(dest_path, true));
289 ASSERT_TRUE(base::CreateDirectory(dest_path));
382 base::FilePath dest_path = root_path().AppendASCII("dest"); local
395 ASSERT_TRUE(base::DeleteFile(dest_path, true));
396 ASSERT_TRUE(base::CreateDirectory(dest_path));
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc88 bool WritePickle(const IPC::Message& pickle, const base::FilePath& dest_path) { argument
91 int bytes_written = base::WriteFile(dest_path, data, size);
/external/chromium_org/storage/browser/fileapi/
H A Dnative_file_util.cc245 const base::FilePath& dest_path,
256 error = NativeFileUtil::GetFileInfo(dest_path, &info);
263 error = NativeFileUtil::GetFileInfo(dest_path.DirName(), &info);
272 if (!base::CopyFile(src_path, dest_path))
276 if (!CopyFileAndSync(src_path, dest_path))
280 if (!base::Move(src_path, dest_path))
288 base::TouchFile(dest_path, last_modified, last_modified);
243 CopyOrMoveFile( const base::FilePath& src_path, const base::FilePath& dest_path, FileSystemOperation::CopyOrMoveOption option, CopyOrMoveMode mode) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc184 base::FilePath dest_path = temp_dir_.path(); local
185 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
190 Profile* profile = profile_manager->GetProfile(dest_path);
194 EXPECT_EQ(profile, profile_manager->GetProfile(dest_path));
508 base::FilePath dest_path = temp_dir_.path(); local
509 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
516 profile = profile_manager->GetProfile(dest_path);
534 base::FilePath dest_path local
771 base::FilePath dest_path = temp_dir_.path(); local
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_browsertest.cc595 base::FilePath dest_path = profile_manager->user_data_dir(); local
596 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile 1"));
598 Profile* other_profile = profile_manager->GetProfile(dest_path);
662 base::FilePath dest_path = profile_manager->user_data_dir(); local
665 dest_path.Append(FILE_PATH_LITERAL("New Profile 1")));
669 dest_path.Append(FILE_PATH_LITERAL("New Profile 2")));
729 base::FilePath dest_path = profile_manager->user_data_dir(); local
732 dest_path.Append(FILE_PATH_LITERAL("New Profile 1")));
736 dest_path
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter.cc245 int request_id, const GURL& src_path, const GURL& dest_path) {
248 FileSystemURL dest_url(context_->CrackURL(dest_path));
269 int request_id, const GURL& src_path, const GURL& dest_path) {
272 FileSystemURL dest_url(context_->CrackURL(dest_path));
244 OnMove( int request_id, const GURL& src_path, const GURL& dest_path) argument
268 OnCopy( int request_id, const GURL& src_path, const GURL& dest_path) argument
H A Dcopy_or_move_operation_delegate_unittest.cc719 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
738 task_runner.get(), dest_path, 0, FileStreamWriter::CREATE_NEW_FILE));
762 ASSERT_TRUE(base::ReadFileToString(dest_path, &content));
774 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
794 task_runner.get(), dest_path, 0, FileStreamWriter::CREATE_NEW_FILE));
818 ASSERT_TRUE(base::ReadFileToString(dest_path, &content));
826 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
845 task_runner.get(), dest_path, 0, FileStreamWriter::CREATE_NEW_FILE));
H A Dobfuscated_file_util_unittest.cc67 const char dest_path[64]; member in struct:content::__anon7121::CopyMoveTestCaseRecord
1345 SCOPED_TRACE(testing::Message() << "\t dest_path " <<
1346 test_case.dest_path);
1354 FileSystemURL dest_url = CreateURLFromUTF8(test_case.dest_path);
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc198 const GURL& dest_path,
202 request_id, src_path, dest_path));
207 const GURL& dest_path,
211 request_id, src_path, dest_path));
196 Move( const GURL& src_path, const GURL& dest_path, const StatusCallback& callback) argument
205 Copy( const GURL& src_path, const GURL& dest_path, const StatusCallback& callback) argument
H A Dwebfilesystem_impl.cc466 const blink::WebURL& dest_path,
474 MakeTuple(GURL(src_path), GURL(dest_path),
482 const blink::WebURL& dest_path,
490 MakeTuple(GURL(src_path), GURL(dest_path),
464 move( const blink::WebURL& src_path, const blink::WebURL& dest_path, WebFileSystemCallbacks callbacks) argument
480 copy( const blink::WebURL& src_path, const blink::WebURL& dest_path, WebFileSystemCallbacks callbacks) argument

Completed in 2291 milliseconds