Searched refs:executableString (Results 1 – 3 of 3) sorted by relevance
28 NSString *executableString = [[NSBundle mainBundle] executablePath];29 std::string result([executableString UTF8String]);
149 AutoBuilderProcessor.executableString(executable)); in rewriteParameterTypes()230 + AutoBuilderProcessor.executableString(executable); in propertyString()240 return "a parameter of " + AutoBuilderProcessor.executableString(executable); in getterMustMatch()
301 .map(AutoBuilderProcessor::executableString) in executableListString()305 static String executableString(ExecutableElement executable) { in executableString() method