Searched refs:DYLD_FRAMEWORK_PATH (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/CommonCrypto-60061/test/test/
H A Drun_tests.sh26 xcrun -sdk "$SDKROOT" PurpleExec --env "DYLD_FRAMEWORK_PATH=${INSTALL_DIR}" --cmd ${INSTALL_DIR}/${CMD}
31 export DYLD_FRAMEWORK_PATH="${BUILT_PRODUCTS_DIR}"
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/crt-apple/
H A DMakefile40 export DYLD_LIBRARY_PATH=. && export DYLD_FRAMEWORK_PATH=. && ./main-setuid ./main-setuid 2>/dev/null
/macosx-10.10.1/configd-699.1.5/Plugins/SCNetworkReachability/
H A DMakefile29 DYLD_FRAMEWORK_PATH \
/macosx-10.10.1/tcl-105/tcl_ext/
H A DTEA.make61 export DYLD_FRAMEWORK_PATH := $(shell dirname $(TclFramework)):$(shell dirname $(TkFramework))
/macosx-10.10.1/python-89/2.6/
H A DMakefile61 RUNPYTHON = DYLD_FRAMEWORK_PATH='$(OBJROOT)' '$(OBJROOT)/python.exe'
H A DGNUmakefile69 PYTHONENV = DYLD_FRAMEWORK_PATH='$(DSTROOT)$(FRAMEWORKS)' DYLD_NEW_LOCAL_SHARED_REGIONS=1 PYTHONPATH='$(DSTROOT)$(LIBPYTHONVERS)':$(EXTRASPYTHON)
/macosx-10.10.1/python-89/2.7/
H A DMakefile61 RUNPYTHON = DYLD_FRAMEWORK_PATH='$(OBJROOT)' '$(OBJROOT)/python.exe'
H A DGNUmakefile69 PYTHONENV = DYLD_FRAMEWORK_PATH='$(DSTROOT)$(FRAMEWORKS)' DYLD_NEW_LOCAL_SHARED_REGIONS=1 PYTHONPATH='$(DSTROOT)$(LIBPYTHONVERS)':$(EXTRASPYTHON)
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DGNUmakefile123 export DYLD_FRAMEWORK_PATH := ${TCL_FRAMEWORK_DIR} macro
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DMakefile118 export DYLD_FRAMEWORK_PATH := ${TCL_FRAMEWORK_DIR} macro
/macosx-10.10.1/msdosfs-209.1.1/
H A Dtest_msdos_userfs.py698 TOOL_ENV = dict(DYLD_FRAMEWORK_PATH=BUILT_PRODUCTS_DIR, TZ="PST8PDT7")
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp166 const char* const * DYLD_FRAMEWORK_PATH; member in struct:dyld::EnvironmentVariables
1437 if ( strcmp(key, "DYLD_FRAMEWORK_PATH") == 0 ) {
1438 appendParsedColonList(value, mainExecutableDir, &sEnv.DYLD_FRAMEWORK_PATH);
2892 if ( context.useSearchPaths && ((sEnv.DYLD_FRAMEWORK_PATH != NULL) || (sEnv.DYLD_LIBRARY_PATH != NULL)) ) {
2893 image = loadPhase2(path, orgPath, context, sEnv.DYLD_FRAMEWORK_PATH, sEnv.DYLD_LIBRARY_PATH, exceptions);
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A Dconfigure5989 LD_LIBRARY_PATH_VAR="DYLD_FRAMEWORK_PATH"

Completed in 219 milliseconds