Searched refs:write_file (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
H A DTest.pm28 sub write_file { subroutine
69 write_file($grammar_file, $grammar);
73 write_file($test_program_file, $test_program);
/external/elfutils/src/libelf/
H A Delf_update.c43 write_file (Elf *elf, off_t size, int change_bo, size_t shnum) function
192 size = write_file (elf, size, change_bo, shnum);
H A Delf_begin.c1004 write_file (int fd, Elf_Cmd cmd) function
1120 retval = write_file (fildes, cmd);
/external/boringssl/src/util/bot/go/
H A Dbootstrap.py94 def write_file(path, data): function
171 write_file([path], r"""
202 write_file([toolset_root, 'INSTALLED_TOOLSET'], available)
/external/squashfs-tools/squashfs-tools/
H A Dsort.c61 extern void write_file(squashfs_inode *inode, struct dir_ent *dir_ent,
349 write_file(&inode, entry->dir, &duplicate_file);
H A Dunsquashfs.c994 int write_file(struct inode *inode, char *pathname) function
1001 TRACE("write_file: regular file, blocks %d\n", inode->blocks);
1006 ERROR("write_file: failed to create file %s, because %s\n",
1013 EXIT_UNSQUASH("write_file: unable to malloc block list\n");
1029 EXIT_UNSQUASH("write_file: unable to malloc file\n");
1049 EXIT_UNSQUASH("write_file: unable to malloc file\n");
1086 if(write_file(i, pathname))
1993 * write_file() routine.
H A Dmksquashfs.c2841 void write_file(squashfs_inode *inode, struct dir_ent *dir, int *dup) function
3962 write_file(inode, dir_ent,
/external/mksh/src/
H A Dcheck.pl457 return undef if !&write_file($tempi, $test{'stdin'});
464 return undef if !&write_file($temps, $test{'script'});
488 return undef if !&write_file($name, $rest);
750 write_file subroutine
/external/selinux/libsemanage/src/
H A Ddirect_api.c537 static int write_file(semanage_handle_t * sh, function
576 retval = write_file(sh, ofilename, data, size);
611 retval = write_file(sh, ofilename, data, size);
1211 retval = write_file(sh, ofilename, fc_buffer, fc_buffer_len);

Completed in 344 milliseconds