Home | History | Annotate | Download | only in updater

Lines Matching full:dest_path

362     char* dest_path;
363 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
370 bool success = mzExtractRecursive(za, zip_path, dest_path,
374 free(dest_path);
395 char* dest_path;
396 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
405 FILE* f = fopen(dest_path, "wb");
408 name, dest_path, strerror(errno));
416 free(dest_path);