Searched defs:hfsName (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.c | 277 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 D | MoreFilesX.c | 502 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...] |
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOSX.cpp | 1818 Str31 hfsName; local 1823 hfsName)) == noErr) 1824 err = ::FSMakeFSSpec(catalogInfo.volume, catalogInfo.nodeID, hfsName, _retval);
|
Completed in 57 milliseconds