Searched refs:newfile (Results 1 - 7 of 7) sorted by relevance

/external/javassist/sample/hotswap/
H A DTest.java9 File newfile = new File("logging/HelloWorld.class");
10 byte[] bytes = new byte[(int)newfile.length()];
11 new FileInputStream(newfile).read(bytes);
17 newfile = new File("HelloWorld.class");
18 bytes = new byte[(int)newfile.length()];
19 new FileInputStream(newfile).read(bytes);
/external/clang/include/clang/ARCMigrate/
H A DFileRemapper.h66 void remap(const FileEntry *file, const FileEntry *newfile);
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp244 const FileEntry *newfile = FileMgr->getFile(newPath); local
245 remap(file, newfile);
255 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { argument
256 assert(file && newfile);
259 targ = newfile;
260 ToFromMappings[newfile] = file;
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m314 are_files_equal(newfile, reffile, precision, diffvector)
318 if ~exist(newfile,'file')
319 warning(['Output file ' newfile ' does not exist']);
328 fid = fopen(newfile,'rb');
345 fprintf([newfile ' is bit-exact to reference\n']);
349 warning([newfile ' is empty']);
/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...]
/external/elfutils/src/
H A Dld.c1198 struct usedfiles *newfile = (struct usedfiles *) local
1201 newfile->soname = newfile->fname = newfile->rfname = fname;
1202 newfile->file_type = type;
1203 newfile->extract_rule = ld_state.extract_rule;
1204 newfile->as_needed = ld_state.as_needed;
1205 newfile->lazyload = ld_state.lazyload;
1206 newfile->status = not_opened;
1208 return newfile;
[all...]
/external/elfutils/tests/
H A DMakefile.am55 noinst_PROGRAMS = arextract arsymtest newfile saridx scnnames sectiondump \
68 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \

Completed in 164 milliseconds