HomeSort by: relevance | last modified time | path
    Searched defs:found_path (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 479 if (const char *found_path = FindPathToBinary("atos")) { local in function:__sanitizer::ChooseExternalSymbolizer
480 VReport(2, "Using atos found at: %s\n", found_path);
481 return new(*allocator) AtosSymbolizer(found_path, allocator);
484 if (const char *found_path = FindPathToBinary("llvm-symbolizer")) { local in function:__sanitizer::ChooseExternalSymbolizer
485 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path);
486 return new(*allocator) LLVMSymbolizer(found_path, allocator);
489 if (const char *found_path = FindPathToBinary("addr2line")) { local in function:__sanitizer::ChooseExternalSymbolizer
490 VReport(2, "Using addr2line found at: %s\n", found_path);
491 return new(*allocator) Addr2LinePool(found_path, allocator);
sanitizer_symbolizer_posix_libcdep.cc 479 if (const char *found_path = FindPathToBinary("atos")) { local in function:__sanitizer::ChooseExternalSymbolizer
480 VReport(2, "Using atos found at: %s\n", found_path);
481 return new(*allocator) AtosSymbolizer(found_path, allocator);
484 if (const char *found_path = FindPathToBinary("llvm-symbolizer")) { local in function:__sanitizer::ChooseExternalSymbolizer
485 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path);
486 return new(*allocator) LLVMSymbolizer(found_path, allocator);
489 if (const char *found_path = FindPathToBinary("addr2line")) { local in function:__sanitizer::ChooseExternalSymbolizer
490 VReport(2, "Using addr2line found at: %s\n", found_path);
491 return new(*allocator) Addr2LinePool(found_path, allocator);
  /src/usr.bin/make/
main.c 446 char *found_path = Dir_FindHereOrAbove(curdir, argvalue + 4); local in function:MainParseArgSysInc
447 if (found_path == NULL)
449 (void)SearchPath_Add(sysIncPath, found_path);
450 free(found_path);
main.c 446 char *found_path = Dir_FindHereOrAbove(curdir, argvalue + 4); local in function:MainParseArgSysInc
447 if (found_path == NULL)
449 (void)SearchPath_Add(sysIncPath, found_path);
450 free(found_path);

Completed in 23 milliseconds