Home | History | Annotate | Download | only in updater

Lines Matching refs:dest_path

358     char* dest_path;
359 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
366 bool success = mzExtractRecursive(za, zip_path, dest_path,
370 free(dest_path);
391 char* dest_path;
392 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
401 FILE* f = fopen(dest_path, "wb");
404 name, dest_path, strerror(errno));
412 free(dest_path);