Home
last modified time | relevance | path

Searched refs:destination_file (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/coders/
Dvideo.c395 destination_file, in CopyDelegateFile() local
429 destination_file=fileno(stdout); in CopyDelegateFile()
431 destination_file=open_utf8(destination,O_WRONLY | O_BINARY | O_CREAT, in CopyDelegateFile()
433 if (destination_file == -1) in CopyDelegateFile()
438 (void) close(destination_file); in CopyDelegateFile()
449 (void) close(destination_file); in CopyDelegateFile()
459 count=(ssize_t) write(destination_file,buffer,length); in CopyDelegateFile()
464 (void) close(destination_file); in CopyDelegateFile()
/external/ImageMagick/MagickCore/
Dutility.c157 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()
Ddelegate.c1617 destination_file, in CopyDelegateFile() local
1650 destination_file=open_utf8(destination,O_WRONLY | O_BINARY | O_CREAT,S_MODE); in CopyDelegateFile()
1651 if (destination_file == -1) in CopyDelegateFile()
1656 (void) close(destination_file); in CopyDelegateFile()
1666 (void) close(destination_file); in CopyDelegateFile()
1676 count=(ssize_t) write(destination_file,buffer,length); in CopyDelegateFile()
1680 (void) close(destination_file); in CopyDelegateFile()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dgenerator.py75 with open(full_path, 'rb') as destination_file:
76 if destination_file.read() == contents:
/external/squashfs-tools/squashfs-tools/
Dprocess_fragments.c251 void *frag_thrd(void *destination_file) in frag_thrd() argument
263 fd = open(destination_file, O_RDONLY); in frag_thrd()
Dmksquashfs.c272 char *destination_file = NULL; variable
389 if(destination_file && !block_device) in prep_exit()
390 unlink(destination_file); in prep_exit()
4352 int freelst, char *destination_file) in initialise_threads() argument
4489 (void *) destination_file) != 0) in initialise_threads()
5014 getbase(destination_file), pid); in write_recovery_data()
5040 printf("mksquashfs dummy %s -recover %s\n", destination_file, in write_recovery_data()
5046 void read_recovery_data(char *recovery_file, char *destination_file) in read_recovery_data() argument
5061 if(stat(destination_file, &buf) == -1) in read_recovery_data()
5065 fd = open(destination_file, O_RDWR); in read_recovery_data()
[all …]