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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c528 Str31 hfsName)
538 require_action(NULL != hfsName, BadParameter, result = paramErr);
541 hfsName[0] = 0;
585 &unicodeBytesConverted, &actualPascalBytes, &hfsName[1]);
588 hfsName[0] = (unsigned char)actualPascalBytes; /* fill in length byte */
606 ConstStr31Param hfsName,
622 if ( 0 == StrLength(hfsName) )
659 result = ConvertFromTextToUnicode(tuInfo, hfsName[0], &hfsName[1],
2413 Str31 hfsName; local
523 UnicodeNameGetHFSName( UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, Boolean isVolumeName, Str31 hfsName) argument
605 HFSNameGetUnicodeName( ConstStr31Param hfsName, TextEncoding textEncodingHint, HFSUniStr255 *unicodeName) argument
2483 Str31 hfsName; local
[all...]
H A DMoreFilesX.cpp524 Str31 hfsName)
534 require_action(NULL != hfsName, BadParameter, result = paramErr);
537 hfsName[0] = 0;
581 &unicodeBytesConverted, &actualPascalBytes, &hfsName[1]);
584 hfsName[0] = (unsigned char)actualPascalBytes; /* fill in length byte */
602 ConstStr31Param hfsName,
618 if ( 0 == StrLength(hfsName) )
655 result = ConvertFromTextToUnicode(tuInfo, hfsName[0], &hfsName[1],
2407 Str31 hfsName; local
519 UnicodeNameGetHFSName( UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, Boolean isVolumeName, Str31 hfsName) argument
601 HFSNameGetUnicodeName( ConstStr31Param hfsName, TextEncoding textEncodingHint, HFSUniStr255 *unicodeName) argument
2477 Str31 hfsName; local
[all...]
H A DMoreFilesX.h600 Str31 hfsName);
618 hfsName <-- The hfsName as a Pascal string.
631 ConstStr31Param hfsName,
639 hfsName --> The Pascal string to convert.

Completed in 77 milliseconds