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

  /external/javassist/sample/hotswap/
Test.java 9 File newfile = new File("logging/HelloWorld.class"); local
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/lib/ARCMigrate/
FileRemapper.cpp 231 const FileEntry *newfile = FileMgr->getFile(newPath); local
232 remap(file, newfile);
242 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) {
243 assert(file && newfile);
246 targ = newfile;
247 ToFromMappings[newfile] = file;
  /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/e2fsprogs/debugfs/
debugfs.c 1552 ext2_ino_t newfile; local
1629 ext2_ino_t newfile; local
    [all...]

Completed in 375 milliseconds