Searched refs:destination_file (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/coders/ |
D | mpeg.c | 389 destination_file, in CopyDelegateFile() local 422 destination_file=open_utf8(destination,O_WRONLY | O_BINARY | O_CREAT,S_MODE); in CopyDelegateFile() 423 if (destination_file == -1) in CopyDelegateFile() 428 (void) close(destination_file); in CopyDelegateFile() 439 (void) close(destination_file); in CopyDelegateFile() 449 count=(ssize_t) write(destination_file,buffer,length); in CopyDelegateFile() 453 (void) close(destination_file); in CopyDelegateFile()
|
/external/ImageMagick/MagickCore/ |
D | utility.c | 157 destination_file, in AcquireUniqueSymbolicLink() local 212 destination_file=AcquireUniqueFileResource(destination); in AcquireUniqueSymbolicLink() 213 if (destination_file == -1) in AcquireUniqueSymbolicLink() 218 (void) close(destination_file); in AcquireUniqueSymbolicLink() 229 (void) close(destination_file); in AcquireUniqueSymbolicLink() 240 count=(ssize_t) write(destination_file,buffer,length); in AcquireUniqueSymbolicLink() 248 (void) close(destination_file); in AcquireUniqueSymbolicLink()
|
D | delegate.c | 1577 destination_file, in CopyDelegateFile() local 1610 destination_file=open_utf8(destination,O_WRONLY | O_BINARY | O_CREAT,S_MODE); in CopyDelegateFile() 1611 if (destination_file == -1) in CopyDelegateFile() 1616 (void) close(destination_file); in CopyDelegateFile() 1626 (void) close(destination_file); in CopyDelegateFile() 1636 count=(ssize_t) write(destination_file,buffer,length); in CopyDelegateFile() 1640 (void) close(destination_file); in CopyDelegateFile()
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | generator.py | 75 with open(full_path, 'rb') as destination_file: 76 if destination_file.read() == contents:
|
/external/squashfs-tools/squashfs-tools/ |
D | process_fragments.c | 251 void *frag_thrd(void *destination_file) in frag_thrd() argument 263 fd = open(destination_file, O_RDONLY); in frag_thrd()
|
D | mksquashfs.c | 271 char *destination_file = NULL; variable 388 if(destination_file && !block_device) in prep_exit() 389 unlink(destination_file); in prep_exit() 4351 int freelst, char *destination_file) in initialise_threads() argument 4488 (void *) destination_file) != 0) in initialise_threads() 5013 getbase(destination_file), pid); in write_recovery_data() 5039 printf("mksquashfs dummy %s -recover %s\n", destination_file, in write_recovery_data() 5045 void read_recovery_data(char *recovery_file, char *destination_file) in read_recovery_data() argument 5060 if(stat(destination_file, &buf) == -1) in read_recovery_data() 5064 fd = open(destination_file, O_RDWR); in read_recovery_data() [all …]
|