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

1 2

  /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);
  /device/google/marlin/dataservices/datatop/src/
datatop_cpu_stats_poll.c 155 char *newfile; local
159 newfile = malloc(nf_len);
160 strlcpy(newfile, file, nf_len);
161 strlcat(newfile, cpu_num, nf_len);
162 strlcat(newfile, add, nf_len);
164 construct_cpu_stat_dpg(newfile);
165 free(newfile);
  /external/e2fsprogs/lib/ext2fs/
inline_data.c 608 ext2_ino_t newfile; local
614 retval = ext2fs_new_inode(fs, 2, 010755, 0, &newfile);
624 retval = ext2fs_write_new_inode(fs, newfile, &inode);
630 retval = ext2fs_inline_data_init(fs, newfile);
636 retval = ext2fs_inline_data_size(fs, newfile, &size);
650 retval = ext2fs_inline_data_set(fs, newfile, 0, buf, BUFF_SIZE);
658 retval = ext2fs_inline_data_get(fs, newfile, 0, cmpbuf, &size);
678 retval = ext2fs_punch(fs, newfile, 0, 0, 0, ~0ULL);
685 ext2fs_read_inode(fs, newfile, &inode);
  /external/ltp/utils/ffsb-6.0-rc2/
filelist.c 123 struct ffsb_file *newfile, *oldfile = NULL; local
130 newfile = ffsb_malloc(sizeof(struct ffsb_file));
132 newfile->size = size;
133 init_rwlock(&(newfile->lock));
147 newfile->num = filenum;
148 rbtree_insert(b->files, newfile);
150 rw_lock_write(&newfile->lock);
173 newfile->name = ffsb_strdup(buf);
174 return newfile;
176 free(newfile);
234 struct ffsb_file *newfile = NULL; local
    [all...]
fileops.c 422 struct ffsb_file *newfile = NULL; local
449 newfile = add_file(bf, size, rd);
450 fd = fhopencreate(newfile->name, ft, fs);
461 unlock_file_writer(newfile);
  /external/curl/src/
tool_getparam.c 683 FILE *newfile = fopen(nextarg, FOPEN_WRITETEXT); local
684 if(!newfile)
689 global->errors = newfile;
    [all...]
tool_operate.c 325 FILE *newfile = fopen(config->headerfile, "wb"); local
326 if(!newfile) {
335 heads.stream = newfile;
    [all...]
  /external/e2fsprogs/debugfs/
create_inode.c 601 ext2_ino_t newfile; local
617 retval = ext2fs_namei(fs, root, cwd, dest, &newfile);
623 retval = ext2fs_new_inode(fs, cwd, 010755, 0, &newfile);
627 printf("Allocated inode: %u\n", newfile);
629 retval = ext2fs_link(fs, cwd, dest, newfile,
635 retval = ext2fs_link(fs, cwd, dest, newfile,
640 if (ext2fs_test_inode_bitmap2(fs->inode_map, newfile))
642 ext2fs_inode_alloc_stats2(fs, newfile, +1, 0);
657 retval = ext2fs_extent_open2(fs, newfile, &inode, &handle);
663 retval = ext2fs_write_new_inode(fs, newfile, &inode)
    [all...]
  /external/e2fsprogs/misc/
create_inode.c 601 ext2_ino_t newfile; local
617 retval = ext2fs_namei(fs, root, cwd, dest, &newfile);
623 retval = ext2fs_new_inode(fs, cwd, 010755, 0, &newfile);
627 printf("Allocated inode: %u\n", newfile);
629 retval = ext2fs_link(fs, cwd, dest, newfile,
635 retval = ext2fs_link(fs, cwd, dest, newfile,
640 if (ext2fs_test_inode_bitmap2(fs->inode_map, newfile))
642 ext2fs_inode_alloc_stats2(fs, newfile, +1, 0);
657 retval = ext2fs_extent_open2(fs, newfile, &inode, &handle);
663 retval = ext2fs_write_new_inode(fs, newfile, &inode)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
testplug.c 144 claim_file_t *newfile; local
146 newfile = malloc (sizeof *newfile);
147 if (!newfile)
149 memset (newfile, 0, sizeof *newfile);
151 newfile->file.name = file;
153 *claimfiles_tail_chain_ptr = newfile;
154 claimfiles_tail_chain_ptr = &newfile->next;
156 last_claimfile = newfile;
164 add_file_t *newfile; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 210 static LStream *newfile (lua_State *L) { function
219 LStream *p = newfile(L);
229 LStream *p = newfile(L);
257 LStream *p = newfile(L);
  /external/elfutils/src/
ld.c 1187 struct usedfiles *newfile = (struct usedfiles *) local
    [all...]
  /external/skia/third_party/lua/src/
liolib.c 209 static LStream *newfile (lua_State *L) { function
218 LStream *p = newfile(L);
228 LStream *p = newfile(L);
256 LStream *p = newfile(L);
  /external/syslinux/com32/lua/src/
liolib.c 210 static LStream *newfile (lua_State *L) { function
219 LStream *p = newfile(L);
229 LStream *p = newfile(L);
258 LStream *p = newfile(L);
  /external/libcups/cups/
ppd-cache.c 2712 char newfile[1024]; \/* New filename *\/ local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1757 milliseconds

1 2