Searched defs:ld_preload (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_integrationtest.cc164 char* ld_preload = getenv("LD_PRELOAD"); local
165 if (ld_preload == NULL || strstr(ld_preload, "libheap_profiler.so") == NULL) {
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c120 const HChar* ld_preload = "DYLD_INSERT_LIBRARIES="; local
124 Int ld_preload_len = VG_(strlen)( ld_preload );
185 if (VG_(memcmp)(*cpp, ld_preload, ld_preload_len) == 0) {
191 ld_preload, preload_string, (*cpp)+ld_preload_len);
216 VG_(snprintf)(cp, len, "%s%s", ld_preload, preload_string);
H A Dinitimg-linux.c130 const HChar* ld_preload = "LD_PRELOAD="; local
132 Int ld_preload_len = VG_(strlen)( ld_preload );
200 if (VG_(memcmp)(*cpp, ld_preload, ld_preload_len) == 0) {
206 ld_preload, preload_string, (*cpp)+ld_preload_len);
221 VG_(snprintf)(cp, len, "%s%s", ld_preload, preload_string);

Completed in 79 milliseconds