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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h175 ExitOnError (OSErr result);
177 #define ExitOnError( result ) do { if ( ( result ) != noErr ) goto ErrorExit; } while(0) macro

Completed in 61 milliseconds