Lines Matching refs:outputPath
443 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw"444 if (NULL == outputPath) {447 memcpy(outputPath, path, len + 1);448 strcat(outputPath, ".raw");449 outputFp = fopen(outputPath, "w");452 perror(outputPath);