Home | History | Annotate | Download | only in tools

Lines Matching refs:empty

76 			if (!info.targetName.empty())		combinedInfo.targetName			= info.targetName;
77 if (!info.releaseId.empty()) combinedInfo.releaseId = info.releaseId;
78 if (!info.releaseName.empty()) combinedInfo.releaseName = info.releaseName;
79 if (!info.candyTargetName.empty()) combinedInfo.candyTargetName = info.candyTargetName;
80 if (!info.configName.empty()) combinedInfo.configName = info.configName;
81 if (!info.resultName.empty()) combinedInfo.resultName = info.resultName;
82 if (!info.timestamp.empty()) combinedInfo.timestamp = info.timestamp;
86 if (combinedInfo.targetName.empty()) combinedInfo.targetName = info.targetName;
87 if (combinedInfo.releaseId.empty()) combinedInfo.releaseId = info.releaseId;
88 if (combinedInfo.releaseName.empty()) combinedInfo.releaseName = info.releaseName;
89 if (combinedInfo.candyTargetName.empty()) combinedInfo.candyTargetName = info.candyTargetName;
90 if (combinedInfo.configName.empty()) combinedInfo.configName = info.configName;
91 if (combinedInfo.resultName.empty()) combinedInfo.resultName = info.resultName;
92 if (combinedInfo.timestamp.empty()) combinedInfo.timestamp = info.timestamp;
155 if (!cmdLine.dstFilename.empty())
178 if (!cmdLine.dstFilename.empty())
190 if (cmdLine.srcFilenames.empty())