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

/haiku/src/kits/package/
H A DCommitTransactionResult.cpp30 fExitCode(0)
44 fExitCode(exitCode)
98 return fExitCode;
183 .ReplaceAll("%exitCode%", BString() << fExitCode);
198 || (error = message.AddInt32("exit code", (int32)fExitCode)) != B_OK) {
224 fExitCode = (int)exitCode;
238 fExitCode = other.fExitCode;
/haiku/headers/os/package/
H A DCommitTransactionResult.h97 int fExitCode; member in class:BPackageKit::BTransactionIssue
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp51 fExitCode(0)
85 fExitCode = exitCode;
96 fSystemError, fExitCode);
105 int fExitCode; member in struct:CommitTransactionHandler::TransactionIssueBuilder

Completed in 101 milliseconds