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

/external/chromium_org/tools/gyp/test/mac/type_envvars/
H A Dtest_nonbundle_executable.sh17 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
H A Dtest_nonbundle_loadable_module.sh15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
H A Dtest_nonbundle_none.sh16 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
H A Dtest_nonbundle_shared_library.sh15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
H A Dtest_nonbundle_static_library.sh15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
H A Dtest_bundle_executable.sh15 test "${WRAPPER_NAME}" = "My App.app"
H A Dtest_bundle_loadable_module.sh16 test $WRAPPER_NAME = bundle_loadable_module.bundle
H A Dtest_bundle_shared_library.sh16 test $WRAPPER_NAME = bundle_shared_library.framework
/external/compiler-rt/lib/interception/
H A Dinterception.h120 # define WRAPPER_NAME(x) "wrap_"#x macro
127 # define WRAPPER_NAME(x) #x macro
131 # define WRAPPER_NAME(x) "__asan_wrap_"#x macro
140 # define WRAPPER_NAME(x) "__interceptor_" #x macro
150 # define WRAPPER_NAME(x) "__interceptor_" #x macro
/external/chromium_org/build/android/pylib/
H A Dvalgrind_tools.py96 WRAPPER_NAME = '/system/bin/asanwrapper' variable in class:AddressSanitizerTool
126 return AddressSanitizerTool.WRAPPER_NAME
/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc161 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
195 ALIAS(WRAPPER_NAME(memalign));
/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc95 INTERCEPT_WHEN_POSSIBLE(WRAPPER_NAME(name), name)
H A Dasan_interceptors.cc449 ALIAS(WRAPPER_NAME(strchr));

Completed in 184 milliseconds