Home
last modified time | relevance | path

Searched defs:binary_name (Results 1 – 8 of 8) sorted by relevance

/freebsd/tools/build/
H A Dmake.py156 def check_required_make_env_var(varname, binary_name, bindir): argument
175 def check_xtool_make_env_var(varname, binary_name): argument
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_testbridge_test.py36 binary_name = 'gtest_testbridge_test_' variable
H A Dgoogletest-param-test-invalid-name1-test.py35 binary_name = 'googletest-param-test-invalid-name1-test_' variable
H A Dgoogletest-param-test-invalid-name2-test.py35 binary_name = 'googletest-param-test-invalid-name2-test_' variable
/freebsd/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp37 std::string binary_name; member in Handler
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp419 const char *binary_name = path ? StripModuleName(path) : ""; ChooseExternalSymbolizer() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp424 std::string binary_name(filename.AsCString()); in LookForDsymNextToExecutablePath() local