Home | History | Annotate | Download | only in tf_daemon

Lines Matching defs:nResult

138    S_RESULT nResult = S_ERROR_BAD_FORMAT;
222 nResult = S_ERROR_ITEM_NOT_FOUND;
516 return nResult;
542 S_RESULT nResult;
549 nResult = static_libManifest2GetNextItemInternal(
555 if (nResult != S_SUCCESS)
557 return nResult;
650 S_RESULT nResult;
658 nResult = libManifest2GetNextItem(
664 if (nResult == S_ERROR_ITEM_NOT_FOUND)
672 if (nResult != S_SUCCESS)
674 return nResult;