HomeSort by relevance Sort by last modified time
    Searched refs:fname1 (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binhex.py 16 self.fname1 = test_support.TESTFN + "1"
20 try: os.unlink(self.fname1)
29 f = open(self.fname1, 'w')
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
37 f = open(self.fname1, 'r')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binhex.py 16 self.fname1 = test_support.TESTFN + "1"
20 try: os.unlink(self.fname1)
29 f = open(self.fname1, 'w')
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
37 f = open(self.fname1, 'r')
  /external/elfutils/src/src/
elfcmp.c 161 const char *const fname1 = argv[remaining]; local
164 Elf *elf1 = open_file (fname1, &fd1, &ebl1);
175 fname1, elf_errmsg (-1));
205 error (0, 0, gettext ("%s %s diff: ELF header"), fname1, fname2);
213 fname1, elf_errmsg (-1));
220 error (0, 0, gettext ("%s %s diff: section count"), fname1, fname2);
228 fname1, elf_errmsg (-1));
236 fname1, fname2);
293 fname1, fname2, elf_ndxscn (scn1), elf_ndxscn (scn2));
316 fname1, fname2, elf_ndxscn (scn1), sname1)
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 205 static bool filesCompareEqual(StringRef fname1, StringRef fname2) {
208 ErrorOr<std::unique_ptr<MemoryBuffer>> file1 = MemoryBuffer::getFile(fname1);

Completed in 1007 milliseconds