Searched defs:newfile (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp231 const FileEntry *newfile = FileMgr->getFile(newPath); local
232 remap(file, newfile);
242 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { argument
243 assert(file && newfile);
246 targ = newfile;
247 ToFromMappings[newfile] = file;
/external/elfutils/src/
H A Dld.c1106 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;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1506 static errcode_t copy_file(int fd, ext2_ino_t newfile) argument
1515 retval = ext2fs_file_open(current_fs, newfile,
1552 ext2_ino_t newfile; local
1571 retval = ext2fs_namei(current_fs, root, cwd, argv[2], &newfile);
1578 retval = ext2fs_new_inode(current_fs, cwd, 010755, 0, &newfile);
1584 printf("Allocated inode: %u\n", newfile);
1585 retval = ext2fs_link(current_fs, cwd, argv[2], newfile,
1594 retval = ext2fs_link(current_fs, cwd, argv[2], newfile,
1602 if (ext2fs_test_inode_bitmap(current_fs->inode_map,newfile))
1604 ext2fs_inode_alloc_stats2(current_fs, newfile,
1629 ext2_ino_t newfile; local
[all...]

Completed in 945 milliseconds