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

  /external/ltp/testcases/kernel/syscalls/execve/
execve05.c 59 char *fname2; variable
66 tst_brkm(TBROK, NULL, "usage: %s <iters> <fname1> <fname2> <count>",
92 fname2 = av[3];
96 iterations, fname1, fname2, count, getpid());
101 getpid(), prog, iterations, fname1, fname2);
110 av[3] = fname2;
137 av[3] = fname2;
157 av[0] = fname2;
159 av[2] = fname2;
164 execve(fname2, av, ev)
    [all...]
  /external/python/cpython3/Lib/test/
test_binhex.py 15 self.fname2 = support.TESTFN + "2"
20 support.unlink(self.fname2)
30 binhex.binhex(self.fname1, self.fname2)
32 binhex.hexbin(self.fname2, self.fname1)
48 self.assertRaises(binhex.Error, binhex.binhex, self.fname3, self.fname2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_binhex.py 17 self.fname2 = test_support.TESTFN + "2"
23 try: os.unlink(self.fname2)
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /external/python/cpython2/Lib/test/
test_binhex.py 16 self.fname2 = test_support.TESTFN + "2"
22 try: os.unlink(self.fname2)
32 binhex.binhex(self.fname1, self.fname2)
34 binhex.hexbin(self.fname2, self.fname1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_binhex.py 17 self.fname2 = test_support.TESTFN + "2"
23 try: os.unlink(self.fname2)
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_binhex.py 17 self.fname2 = test_support.TESTFN + "2"
23 try: os.unlink(self.fname2)
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binhex.py 17 self.fname2 = test_support.TESTFN + "2"
23 try: os.unlink(self.fname2)
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binhex.py 17 self.fname2 = test_support.TESTFN + "2"
23 try: os.unlink(self.fname2)
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /external/ltp/testcases/kernel/syscalls/link/
link04.c 105 char *fname1, *fname2; local
121 fname2 = test_cases[i].file2;
128 if (fname2 == high_addr)
129 fname2 = get_high_address();
132 TEST(link(fname1, fname2));
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system_test.cc 163 const string fname2 = TmpDir("RenameFile2"); local
165 TF_EXPECT_OK(hdfs.RenameFile(fname1, fname2));
167 TF_EXPECT_OK(ReadAll(fname2, &content));
173 const string fname2 = TmpDir("RenameFile2"); local
175 TF_ASSERT_OK(WriteString(fname2, "test"));
176 TF_EXPECT_OK(hdfs.FileExists(fname2));
179 TF_EXPECT_OK(hdfs.RenameFile(fname1, fname2));
181 TF_EXPECT_OK(ReadAll(fname2, &content));
  /external/tensorflow/tensorflow/core/platform/s3/
s3_file_system_test.cc 203 const string fname2 = TmpDir("RenameFile2"); local
205 TF_EXPECT_OK(s3fs.RenameFile(fname1, fname2));
207 TF_EXPECT_OK(ReadAll(fname2, &content));
213 const string fname2 = TmpDir("RenameFile2"); local
215 TF_ASSERT_OK(WriteString(fname2, "test"));
216 TF_EXPECT_OK(s3fs.FileExists(fname2));
219 TF_EXPECT_OK(s3fs.RenameFile(fname1, fname2));
221 TF_EXPECT_OK(ReadAll(fname2, &content));
  /external/elfutils/src/
elfcmp.c 166 const char *const fname2 = argv[remaining + 1]; local
169 Elf *elf2 = open_file (fname2, &fd2, &ebl2);
180 fname2, elf_errmsg (-1));
205 error (0, 0, gettext ("%s %s diff: ELF header"), fname1, fname2);
216 fname2, elf_errmsg (-1));
220 error (0, 0, gettext ("%s %s diff: section count"), fname1, fname2);
231 fname2, elf_errmsg (-1));
236 fname1, fname2);
294 fname1, fname2, elf_ndxscn (scn1), elf_ndxscn (scn2));
317 fname1, fname2, elf_ndxscn (scn1), sname1)
    [all...]
  /external/elfutils/libdw/
dwarf_getsrc_file.c 99 const char *fname2 = line->files->info[lastfile].name; local
101 lastmatch = strcmp (basename (fname2), fname) == 0;
103 lastmatch = strcmp (fname2, fname) == 0;
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify02.c 67 static char fname1[BUF_SIZE], fname2[BUF_SIZE], fname3[BUF_SIZE]; variable
133 snprintf(fname2, BUF_SIZE, "%s.rename1", fname1);
134 SAFE_RENAME(cleanup, fname1, fname2);
151 SAFE_RENAME(cleanup, fname2, fname3);
  /external/ltp/testcases/kernel/syscalls/copy_file_range/
copy_file_range01.c 64 static int check_file_content(const char *fname1, const char *fname2,
75 fp2 = SAFE_FOPEN(fname2, "r");
  /external/annotation-tools/scene-lib/test/annotations/tests/classfile/
AnnotationsTest.java 332 String fname2 = className+"-via-classfile-scene.txt"; local
334 writeScene(fname2, generatedScene);
335 fail(String.format("For annotations read from %s :%n After writing to class file and re-reading, result differed.%n Scene read from index file is in %s .%n Scene generated from class file is in %s .%n Also consider running javap -v on %s .%n", indexFileName, fname1, fname2, tempFile));
  /system/core/trusty/storage/tests/
main.cpp 1083 const char *fname2 = "ffff$ffff"; local
1166 const char *fname2 = "test_invalid_file_handle2"; local
1383 const char *fname2 = "test_transact_discard_write_file2"; local
2141 const char *fname2 = "test_transact_commit_create2"; local
2222 const char *fname2 = "test_transact_commit_write_file2"; local
2600 const char *fname2 = "test_transact_f2"; local
2647 const char *fname2 = "test_transact_delete_f2"; local
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 208 static bool filesCompareEqual(StringRef fname1, StringRef fname2) {
215 ErrorOr<std::unique_ptr<MemoryBuffer>> file2 = MemoryBuffer::getFile(fname2);

Completed in 1115 milliseconds