Searched refs:flatInfo (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/servers/registrar/
H A DTRoster.cpp1623 flat_app_info flatInfo; local
1624 flatInfo.thread = info->thread;
1625 flatInfo.team = info->team;
1626 flatInfo.port = info->port;
1627 flatInfo.flags = info->flags;
1628 flatInfo.ref_device = info->ref.device;
1629 flatInfo.ref_directory = info->ref.directory;
1630 memcpy(flatInfo.signature, info->signature, B_MIME_TYPE_LENGTH);
1633 flatInfo.ref_name[0] = '\0';
1635 strcpy(flatInfo
[all...]
/haiku/src/kits/app/
H A DRoster.cpp89 const flat_app_info* flatInfo = NULL; local
94 (const void**)&flatInfo, &size);
99 info->thread = flatInfo->thread;
100 info->team = flatInfo->team;
101 info->port = flatInfo->port;
102 info->flags = flatInfo->flags;
103 info->ref.device = flatInfo->ref_device;
104 info->ref.directory = flatInfo->ref_directory;
106 memcpy(info->signature, flatInfo->signature, B_MIME_TYPE_LENGTH);
107 if (strlen(flatInfo
[all...]

Completed in 31 milliseconds