Home | History | Annotate | Download | only in updater

Lines Matching defs:dest_path

490     char* dest_path;
491 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
498 bool success = mzExtractRecursive(za, zip_path, dest_path,
502 free(dest_path);
528 dest_path;
529 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
537 FILE* f = fopen(dest_path, "wb");
540 name, dest_path, strerror(errno));
548 free(dest_path);