Searched refs:BIN_DIR (Results 1 – 15 of 15) sorted by relevance
39 BIN_DIR=. macro63 BIN=$(BIN_DIR)/minidump_test\64 $(BIN_DIR)/exception_handler_test70 $(BIN_DIR)/minidump_test:$(MINIDUMP_TEST_OBJ)73 $(BIN_DIR)/exception_handler_test:$(EXCEPTION_TEST_OBJ)
12 BIN_DIR = '%s/bin' % file_system.TEST_EXECUTABLE_DIR variable28 paths = [posixpath.join(BIN_DIR, c) for c in _COMMANDS]45 device.RunShellCommand(['mkdir', BIN_DIR, _FRAMEWORK_DIR])49 shell_file = '%s/%s' % (BIN_DIR, command)
1352 env={'PATH': '%s:$PATH' % install_commands.BIN_DIR},
4 # Part 1/2: ${BIN_DIR}/OpenCV.mk -> For use *without* "make install"5 # Part 2/2: ${BIN_DIR}/unix-install/OpenCV.mk -> For use with "make install"47 # Part 1/2: ${BIN_DIR}/OpenCV.mk -> For use *without* "make install"57 # Part 2/2: ${BIN_DIR}/unix-install/OpenCV.mk -> For use with "make install"
3 # Part 1/3: ${BIN_DIR}/OpenCVConfig.cmake -> For use *without* "make install"4 # Part 2/3: ${BIN_DIR}/unix-install/OpenCVConfig.cmake -> For use with "make install"5 # Part 3/3: ${BIN_DIR}/win-install/OpenCVConfig.cmake -> For use within binary installers/packages61 # Part 1/3: ${BIN_DIR}/OpenCVConfig.cmake -> For use *without* "make install"99 # Part 2/3: ${BIN_DIR}/unix-install/OpenCVConfig.cmake -> For use *with* "make install"128 # Part 3/3: ${BIN_DIR}/win-install/OpenCVConfig.cmake -> For use within binary installers/packages
9 # ${BIN_DIR}/unix-install/opencv.pc -> For use *with* "make install"
12 BIN_DIR=${BUILD_DIR}/install_for_test/bin13 FUTILITY=${BIN_DIR}/futility
24 ${BIN_DIR}/verify_data $algorithmcounter \
26 ${BIN_DIR}/signature_digest_utility $algorithmcounter \
33 ${BIN_DIR}/dumpRSAPublicKey -cert ${key_base}.crt \
14 CGPT=${BIN_DIR}/cgpt
25 BIN_DIR="${BASE_DIR}/bin"32 . ${BIN_DIR}/gen_test_results.flags
19 BIN_DIR = os.path.join(ANDROID_DIR, 'bin') variable
20 sys.path.append(test_variables.BIN_DIR)