HomeSort by relevance Sort by last modified time
    Searched full:destination_file (Results 1 - 8 of 8) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 51 private static final String DESTINATION_FILE = "destinationFile";
154 processIntent.putExtra(ProcessingService.DESTINATION_FILE, destination.toString());
198 String destination = intent.getStringExtra(DESTINATION_FILE);
  /external/ImageMagick/coders/
mpeg.c 371 destination_file,
404 destination_file=open_utf8(destination,O_WRONLY | O_BINARY | O_CREAT,S_MODE);
405 if (destination_file == -1)
410 (void) close(destination_file);
421 (void) close(destination_file);
431 count=(ssize_t) write(destination_file,buffer,length);
435 (void) close(destination_file);
364 destination_file, local
  /external/squashfs-tools/squashfs-tools/
process_fragments.c 251 void *frag_thrd(void *destination_file)
263 fd = open(destination_file, O_RDONLY);
mksquashfs.c 265 char *destination_file = NULL; variable
352 if(destination_file && !block_device)
353 unlink(destination_file);
    [all...]
  /external/e2fsprogs/util/
copy_sparse.c 205 fprintf(stderr, "Usage: %s [-v] source_file destination_file\n", progname);
  /external/ImageMagick/MagickCore/
utility.c 162 destination_file,
202 destination_file=AcquireUniqueFileResource(destination);
203 if (destination_file == -1)
208 (void) close(destination_file);
219 (void) close(destination_file);
229 count=(ssize_t) write(destination_file,buffer,length);
232 (void) close(destination_file);
239 (void) close(destination_file);
157 destination_file, local
    [all...]
delegate.c 1555 destination_file, local
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 556 printf("Usage: \t%s [-c#] [-d#] [-i] [-p#] [-r#] [-1/2/4/f] destination_file\n", prog);

Completed in 248 milliseconds