Lines Matching refs:CCPath
667 CCArgs.push_back(CCPath.c_str());
730 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) {
731 *Error = ProcessFailure(CCPath, &CCArgs[0]);
820 CCArgs.push_back(CCPath.c_str());
880 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) {
881 Error = ProcessFailure(CCPath, &CCArgs[0]);
892 auto CCPath = sys::findProgramByName(CCBinary);
893 if (!CCPath) {
895 CCPath.getError().message() + "\n";
910 Message = "Found CC: " + *CCPath + "\n";
911 return new CC(*CCPath, RemoteClientPath, Args);