Searched defs:dest_file (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dzip_file_creator.cc33 const base::FilePath& dest_file)
37 dest_file_(dest_file) {
86 void ZipFileCreator::StartProcessOnIOThread(base::File dest_file) { argument
89 base::FileDescriptor dest_fd(dest_file.Pass());
29 ZipFileCreator( const ResultCallback& callback, const base::FilePath& src_dir, const std::vector<base::FilePath>& src_relative_paths, const base::FilePath& dest_file) argument
/external/chromium_org/third_party/zlib/google/
H A Dzip.cc125 const base::FilePath& dest_file,
129 zipFile zip_file = internal::OpenForZipping(dest_file.AsUTF8Unsafe(),
133 DLOG(WARNING) << "couldn't create file " << dest_file.value();
153 DLOG(ERROR) << "Error closing zip file " << dest_file.value();
160 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, argument
164 src_dir, dest_file, base::Bind(&ExcludeNoFilesFilter));
167 src_dir, dest_file, base::Bind(&ExcludeHiddenFilesFilter));
124 ZipWithFilterCallback(const base::FilePath& src_dir, const base::FilePath& dest_file, const FilterCallback& filter_cb) argument
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc1450 FilePath dest_file = dir_name_from.Append(FILE_PATH_LITERAL("DestFile.txt")); local
1451 ASSERT_TRUE(CopyFile(file_name_from, dest_file));
1466 EXPECT_TRUE(PathExists(dest_file));
1467 const std::wstring read_contents = ReadTextFile(dest_file);

Completed in 507 milliseconds