Lines Matching defs:CCPath
631 CCArgs.push_back(CCPath);
691 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", ""))
692 return ProcessFailure(CCPath, CCArgs);
779 CCArgs.push_back(CCPath);
835 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", ""))
836 return ProcessFailure(CCPath, CCArgs);
845 auto CCPath = FindProgramByName(CCBinary, Argv0, (void *)(intptr_t)&create);
846 if (!CCPath) {
848 CCPath.getError().message() + "\n";
863 Message = "Found CC: " + *CCPath + "\n";
864 return new CC(*CCPath, RemoteClientPath, Args);