Home
last modified time | relevance | path

Searched defs:dest_file (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
Dfile_utils.py8 def MergeFiles(dest_file, source_files): argument
/external/zlib/google/
Dzip.cc104 const base::FilePath& dest_file) in ZipParams()
241 const base::FilePath& dest_file, in ZipWithFilterCallback()
249 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip()
Dzip.h63 const base::FilePath& dest_file() const { return dest_file_; } in dest_file() function
/external/v8/third_party/zlib/google/
Dzip.cc104 const base::FilePath& dest_file) in ZipParams()
241 const base::FilePath& dest_file, in ZipWithFilterCallback()
249 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip()
Dzip.h63 const base::FilePath& dest_file() const { return dest_file_; } in dest_file() function
/external/autotest/server/cros/
Dsonic_extension_downloader.py54 def download_extension(dest_file): argument
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file_large.pass.cpp88 std::ifstream dest_file(dest.native()); in TEST_CASE() local
/external/icu/tools/
Dicuutil.py164 def MakeAndCopyOverlayTzIcuData(icu_build_dir, dest_file): argument
/external/python/cpython3/Lib/test/
Dtest_symbol.py20 def _copy_file_without_generated_symbols(self, source_file, dest_file): argument
/external/autotest/server/hosts/
Dteststation_host.py139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): argument
/external/u-boot/include/
Dqfw.h124 char dest_file[BIOS_LINKER_LOADER_FILESZ]; member
/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc601 FilePath dest_file(dest_subdir.AppendASCII("file")); in TEST_F() local