Searched refs:SCRIPT_DIR (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_test_utils.py36 SCRIPT_DIR = os.path.dirname(__file__) or '.' variable
39 gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../../googletest/test')
43 GTEST_TESTS_UTIL_DIR = os.path.join(SCRIPT_DIR, '../../googletest/test')
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh32 SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
33 SRC_DIR=$(readlink -f $SCRIPT_DIR/..)
35 COMPILER_RT_SRC=$(readlink -f ${SCRIPT_DIR}/../../../..)
160 $SCRIPT_DIR/ar_to_bc.sh $LIBCXX_BUILD/lib/libc++.a \
181 (diff -u $SCRIPT_DIR/global_symbols.txt undefined.new | grep -E "^\+[^+]") && \
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py56 SCRIPT_DIR = os.path.dirname(sys.argv[0]) variable
59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
62 UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc')

Completed in 119 milliseconds