Lines Matching full:dstpath
566 const char* dstPath = NULL;570 dstPath = l->params->forcePaths[l->id];572 if (!dstPath) {574 dstPath = l->temp;578 imageLoader_setPath(l, dstPath);583 if (path_copy_file(dstPath, srcPath) < 0) {585 l->imageText, dstPath, strerror(errno));