Home | History | Annotate | Download | only in MacOSX

Lines Matching defs:name_string

2198         CFString name_string, value_string;
2213 name_string.reset(::CFStringCreateWithBytes(alloc, (const UInt8 *) envp[i], name_len, kCFStringEncodingUTF8, false));
2215 CFDictionarySetValue (launch_envp.get(), name_string.get(), value_string.get());