Searched refs:fileBody (Results 1 – 2 of 2) sorted by relevance
309 fileBody = ""312 fileBody += "#ifndef %s\n" % includeGuard313 fileBody += "#define %s\n" % includeGuard314 fileBody += mustpass.project.copyright315 fileBody += "\n\n"316 fileBody += GENERATED_FILE_WARNING317 fileBody += "\n\n"318 …fileBody += 'const char* mustpassDir = "' + mustpass.project.devicepath + '/' + mustpass.version +…369 fileBody += firstCfgDecl370 fileBody += firstCfgTbl[all …]
210 FileBody fileBody = new FileBody(new File(textFileName), ContentType.DEFAULT_BINARY); in executeUpload() local215 builder.addPart("upfile", fileBody); in executeUpload()