Searched refs:found_path (Results 1 – 2 of 2) sorted by relevance
392 if (const char *found_path = FindPathToBinary("llvm-symbolizer")) { in ChooseExternalSymbolizer() local393 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); in ChooseExternalSymbolizer()394 return new(*allocator) LLVMSymbolizer(found_path, allocator); in ChooseExternalSymbolizer()397 if (const char *found_path = FindPathToBinary("atos")) { in ChooseExternalSymbolizer() local398 VReport(2, "Using atos found at: %s\n", found_path); in ChooseExternalSymbolizer()399 return new(*allocator) AtosSymbolizer(found_path, allocator); in ChooseExternalSymbolizer()403 if (const char *found_path = FindPathToBinary("addr2line")) { in ChooseExternalSymbolizer() local404 VReport(2, "Using addr2line found at: %s\n", found_path); in ChooseExternalSymbolizer()405 return new(*allocator) Addr2LinePool(found_path, allocator); in ChooseExternalSymbolizer()
70 found_path = None76 found_path = possible_path79 if found_path:80 print '\nIt looks like you can run that script at:\n%s' % found_path