Lines Matching refs:cOptions
27 static bool MergeAndRemoveRuntimeAp(CompilationOptions &cOptions, const std::shared_ptr<OhosPkgArgs> &mainPkgArgs)
29 if (!cOptions.needMerge_) {
33 if (cOptions.profilerIn_.empty()) {
38 bool isSingleAp = cOptions.profilerIn_.find(GetFileDelimiter()) == std::string::npos;
40 if (!RenameSingleAp(cOptions.profilerIn_, mergedAp)) {
44 if (!ExportMergedAp(cOptions.profilerIn_, cOptions.hotnessThreshold_, mergedAp)) {
53 cOptions.profilerIn_ = mainPkgArgs->GetMergedApPath();
54 SetSecurityLabel(cOptions.profilerIn_);
55 ASSERT(!cOptions.profilerIn_.empty());