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

/haiku/src/servers/registrar/
H A DTRoster.cpp1781 status_t typeError = request->GetInfo("file type", &typeFound, local
1783 if (!typeError)
1784 typeError = typeFound == B_STRING_TYPE ? B_OK : B_BAD_TYPE;
1785 if (!typeError) {
1787 typeError = fileTypes ? B_OK : B_NO_MEMORY;
1789 if (!typeError) {
1795 // Yes, I do mean to use "error" here, not "typeError"

Completed in 141 milliseconds