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/0.153/src/
elfcmp.c 169 const char *const fname1 = argv[remaining]; local
172 Elf *elf1 = open_file (fname1, &fd1, &ebl1);
183 fname1, elf_errmsg (-1));
213 error (0, 0, gettext ("%s %s diff: ELF header"), fname1, fname2);
221 fname1, elf_errmsg (-1));
228 error (0, 0, gettext ("%s %s diff: section count"), fname1, fname2);
236 fname1, elf_errmsg (-1));
244 fname1, fname2);
301 fname1, fname2, elf_ndxscn (scn1), elf_ndxscn (scn2));
324 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 306 milliseconds