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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h212 extern char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str);
H A Dsecurity.c174 * @guid_str: [OUT] string in which to return the GUID (optional)
177 * "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX". Therefore, @guid_str (if not NULL)
180 * If @guid_str is not NULL it will contain the converted GUID on return. If
187 char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str) argument
196 _guid_str = guid_str;
211 if (!guid_str)

Completed in 56 milliseconds