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

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c502 Str31 hfsName)
512 require_action(NULL != hfsName, BadParameter, result = paramErr);
515 hfsName[0] = 0;
559 &unicodeBytesConverted, &actualPascalBytes, &hfsName[1]);
562 hfsName[0] = (unsigned char)actualPascalBytes; /* fill in length byte */
580 ConstStr31Param hfsName,
596 if ( 0 == StrLength(hfsName) )
633 result = ConvertFromTextToUnicode(tuInfo, hfsName[0], &hfsName[1],
2400 Str31 hfsName; local
497 UnicodeNameGetHFSName( UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, Boolean isVolumeName, Str31 hfsName) argument
579 HFSNameGetUnicodeName( ConstStr31Param hfsName, TextEncoding textEncodingHint, HFSUniStr255 *unicodeName) argument
2470 Str31 hfsName; local
[all...]
H A DFSCopyObject.c277 Str31 hfsName);
485 Str31 hfsName; local
505 osErr = UnicodeNameGetHFSName(nameLength, copyName, textEncodingHint, false, hfsName);
506 pb.copyParam.ioCopyName = ( copyName != NULL && osErr == noErr ) ? hfsName : NULL;
1624 Str31 hfsName)
1631 OSErr osErr = (hfsName != NULL && name != NULL ) ? noErr : paramErr;
1634 hfsName[0] = 0;
1673 &unicodeBytesConverted, &actualPascalBytes, &hfsName[1]);
1676 hfsName[0] = actualPascalBytes;
1620 UnicodeNameGetHFSName( UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, Boolean isVolumeName, Str31 hfsName) argument
H A DMoreFilesX.h565 Str31 hfsName);
583 hfsName <-- The hfsName as a Pascal string.
596 ConstStr31Param hfsName,
604 hfsName --> The Pascal string to convert.
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp1818 Str31 hfsName; local
1823 hfsName)) == noErr)
1824 err = ::FSMakeFSSpec(catalogInfo.volume, catalogInfo.nodeID, hfsName, _retval);

Completed in 234 milliseconds