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

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/SystemService/
H A DFirewall.cpp123 BSTR fwBstrProcessImageFileName = NULL; local
140 fwBstrProcessImageFileName = SysAllocString(fwProcessImageFileName);
141 require_action( ( fwProcessImageFileName != NULL ) && ( SysStringLen(fwBstrProcessImageFileName) > 0 ), exit, err = kNoMemoryErr);
145 err = fwApps->Item(fwBstrProcessImageFileName, &fwApp);
168 if ( fwBstrProcessImageFileName != NULL )
170 SysFreeString(fwBstrProcessImageFileName);
199 BSTR fwBstrProcessImageFileName = NULL; local
226 fwBstrProcessImageFileName = SysAllocString(fwProcessImageFileName);
227 require_action(( fwProcessImageFileName != NULL ) && ( SysStringLen(fwBstrProcessImageFileName) > 0 ), exit, err = kNoMemoryErr);
231 err = fwApp->put_ProcessImageFileName(fwBstrProcessImageFileName);
[all...]

Completed in 166 milliseconds