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

  /external/squashfs-tools/squashfs-tools/
process_fragments.c 251 void *frag_thrd(void *destination_file)
263 fd = open(destination_file, O_RDONLY);
mksquashfs.c 255 char *destination_file = NULL; variable
342 if(destination_file && !block_device)
343 unlink(destination_file);
    [all...]

Completed in 77 milliseconds