Searched refs:MakeformatOutputPath (Results 1 – 3 of 3) sorted by relevance
118 std::string &MakeformatOutput, std::string &MakeformatOutputPath) { in getP1689ModuleDependencyFile() argument154 MakeformatOutputPath = Consumer.getMakeFormatDependencyOutputPath(); in getP1689ModuleDependencyFile()155 if (!MakeformatOutputPath.empty()) in getP1689ModuleDependencyFile()
776 std::string MakeformatOutputPath; in main() local780 *Input, CWD, MakeformatOutput, MakeformatOutputPath); in main()784 if (!MakeformatOutputPath.empty() && !MakeformatOutput.empty() && in main()794 auto OSIter = OSs.find(MakeformatOutputPath); in main()797 OSIter = OSs.try_emplace(MakeformatOutputPath, in main()798 MakeformatOutputPath, EC) in main()803 << MakeformatOutputPath << "\" for " << EC.message() in main()
110 std::string &MakeformatOutput, std::string &MakeformatOutputPath);