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

  /external/e2fsprogs/debugfs/
debugfs.c 1247 static errcode_t copy_file(int fd, ext2_ino_t newfile)
1256 retval = ext2fs_file_open(current_fs, newfile,
1293 ext2_ino_t newfile; local
1312 retval = ext2fs_namei(current_fs, root, cwd, argv[2], &newfile);
1319 retval = ext2fs_new_inode(current_fs, cwd, 010755, 0, &newfile);
1325 printf("Allocated inode: %u\n", newfile);
1326 retval = ext2fs_link(current_fs, cwd, argv[2], newfile,
1334 retval = ext2fs_link(current_fs, cwd, argv[2], newfile,
1342 if (ext2fs_test_inode_bitmap(current_fs->inode_map,newfile))
1344 ext2fs_inode_alloc_stats2(current_fs, newfile, +1, 0)
1366 ext2_ino_t newfile; local
    [all...]
  /external/elfutils/src/
ld.c 1106 struct usedfiles *newfile = (struct usedfiles *) local
1109 newfile->soname = newfile->fname = newfile->rfname = fname;
1110 newfile->file_type = type;
1111 newfile->extract_rule = ld_state.extract_rule;
1112 newfile->lazyload = ld_state.lazyload;
1113 newfile->status = not_opened;
1115 return newfile;
    [all...]
  /external/elfutils/tests/
Makefile.am 25 noinst_PROGRAMS = arextract arsymtest newfile saridx scnnames sectiondump \
34 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
Makefile 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c
42 newfile$(EXEEXT) saridx$(EXEEXT) scnnames$(EXEEXT) \
136 newfile_SOURCES = newfile.c
137 newfile_OBJECTS = newfile.$(OBJEXT)
186 get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c \
193 get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c \
311 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
461 newfile$(EXEEXT): $(newfile_OBJECTS) $(newfile_DEPENDENCIES)
462 @rm -f newfile$(EXEEXT)
525 include ./$(DEPDIR)/newfile.P
    [all...]

Completed in 205 milliseconds