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

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1566 NULL, // launch_envp.get(), // CFDictionaryRef environment
2191 CFReleaser<CFMutableDictionaryRef> launch_envp; local
2195 launch_envp.reset(::CFDictionaryCreateMutable(alloc, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
2215 CFDictionarySetValue (launch_envp.get(), name_string.get(), value_string.get());
2254 launch_envp.get(), // CFDictionaryRef environment

Completed in 99 milliseconds