Home
last modified time | relevance | path

Searched refs:dest_file (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
Dfile_utils.py8 def MergeFiles(dest_file, source_files): argument
16 if not os.path.exists(os.path.dirname(dest_file)):
17 os.makedirs(os.path.dirname(dest_file))
19 with open(dest_file, 'w') as dest_f:
26 os.remove(dest_file)
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dannotate.py65 dest_file = os.path.join(self.directory, flat_rootname(fr.relative_filename()))
66 if dest_file.endswith("_py"):
67 dest_file = dest_file[:-3] + ".py"
68 dest_file += ",cover"
70 dest_file = fr.filename + ",cover"
72 with io.open(dest_file, 'w', encoding='utf8') as dest:
/external/autotest/client/tests/kvm/tests/
Dfloppy.py49 dest_file = params.get("dest_file")
60 dest_file))
65 dest_file))
67 clean_cmd = "%s %s" % (params.get("clean_cmd"), dest_file)
/external/autotest/server/cros/
Dsonic_extension_downloader.py54 def download_extension(dest_file): argument
62 with open(dest_file, 'w') as f:
/external/autotest/client/common_lib/
Dbase_utils_unittest.py447 dest_file = self.god.create_mock_class(file, "file")
451 base_utils.open.expect_call(dest, "wb").and_return(dest_file)
452 base_utils.shutil.copyfileobj.expect_call(src_file, dest_file)
453 dest_file.close.expect_call()
Dbase_utils.py726 dest_file = open(filename, 'wb')
728 shutil.copyfileobj(src_file, dest_file)
730 dest_file.close()
/external/autotest/server/hosts/
Dadb_host.py1017 dest_file = os.path.join(dest_dir, file)
1019 self.teststation.run('wget -q -O "%s" "%s"' % (dest_file, src_url))
1022 self.teststation.run('rm -f "%s"' % dest_file)
/external/autotest/contrib/
Dcoverage.py890 dest_file = os.path.join(directory,
894 dest_file = filename + ',cover'
895 dest = open(dest_file, 'w')
/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc623 FilePath dest_file(dest_subdir.AppendASCII("file")); in TEST_F() local
630 ASSERT_TRUE(SetupWatch(dest_file, &file_watcher, file_delegate.get(), false)); in TEST_F()
/external/autotest/client/tests/kvm/
Dguest-os.cfg.sample75 dest_file = /mnt/passwd
1072 dest_file = A:\cmd.exe