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

/haiku/headers/os/storage/
H A DAppFileInfo.h63 status_t GetCatalogEntry(char* catalogEntry) const;
64 status_t SetCatalogEntry(const char* catalogEntry);
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp154 char catalogEntry[B_MIME_TYPE_LENGTH * 3]; local
155 err = appFileInfoRead.GetCatalogEntry(catalogEntry);
157 err = appFileInfoWrite.SetCatalogEntry(catalogEntry);
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp254 BAppFileInfo::GetCatalogEntry(char* catalogEntry) const
256 if (catalogEntry == NULL)
264 B_STRING_TYPE, catalogEntry, B_MIME_TYPE_LENGTH * 3, read);
272 catalogEntry[read] = '\0';
279 BAppFileInfo::SetCatalogEntry(const char* catalogEntry) argument
284 if (catalogEntry == NULL)
287 size_t nameLength = strlen(catalogEntry);
292 B_STRING_TYPE, catalogEntry, nameLength + 1);
/haiku/src/kits/storage/
H A DAppFileInfo.cpp254 BAppFileInfo::GetCatalogEntry(char* catalogEntry) const
256 if (catalogEntry == NULL)
264 B_STRING_TYPE, catalogEntry, B_MIME_TYPE_LENGTH * 3, read);
272 catalogEntry[read] = '\0';
279 BAppFileInfo::SetCatalogEntry(const char* catalogEntry) argument
284 if (catalogEntry == NULL)
287 size_t nameLength = strlen(catalogEntry);
292 B_STRING_TYPE, catalogEntry, nameLength + 1);

Completed in 40 milliseconds