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

/haiku/src/kits/package/
H A DCommitTransactionResult.cpp36 const BString& path1, const BString& path2, status_t systemError,
43 fSystemError(systemError),
211 int32 systemError; local
217 || (error = message.FindInt32("system error", &systemError)) != B_OK
223 fSystemError = (status_t)systemError;
618 int32 systemError; local
621 || (error = message.FindInt32("system error", &systemError)) != B_OK
633 fSystemError = (status_t)systemError;
35 BTransactionIssue(BType type, const BString& packageName, const BString& path1, const BString& path2, status_t systemError, int exitCode) argument
/haiku/headers/os/package/
H A DCommitTransactionResult.h72 status_t systemError, int exitCode);

Completed in 46 milliseconds