Home | History | Annotate | Download | only in updater

Lines Matching full:dest_path

340     char* dest_path;
341 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
348 bool success = mzExtractRecursive(za, zip_path, dest_path,
352 free(dest_path);
373 char* dest_path;
374 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
383 FILE* f = fopen(dest_path, "wb");
386 name, dest_path, strerror(errno));
394 free(dest_path);