Searched defs:copyName (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_attrib.c | 85 copy_texobj(CRTextureObj *dest, CRTextureObj *src, GLboolean copyName) argument 87 if (copyName)
|
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.c | 199 const UniChar *copyName, /* can be NULL (no rename during copy) */ 301 const UniChar *copyName, // can be NULL (no rename during copy) 317 if (copyName) 321 BlockMoveData(copyName, destName.unicode, nameLength * sizeof(UniChar)); 477 const UniChar *copyName, /* can be NULL (no rename during copy) */ 504 if( copyName != NULL ) 505 osErr = UnicodeNameGetHFSName(nameLength, copyName, textEncodingHint, false, hfsName); 506 pb.copyParam.ioCopyName = ( copyName != NULL && osErr == noErr ) ? hfsName : NULL; 298 FSCopyObject( const FSRef *source, const FSRef *destDir, UniCharCount nameLength, const UniChar *copyName, ItemCount maxLevels, FSCatalogInfoBitmap whichInfo, Boolean wantFSSpec, Boolean wantName, CopyObjectFilterProcPtr filterProcPtr, void *yourDataPtr, FSRef *newObject) argument 474 FSUsePBHCopyFile( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *copyName, TextEncoding textEncodingHint, FSRef *newRef) argument
|
H A D | MoreFilesX.c | 2392 const UniChar *copyName, /* can be NULL (no rename during copy) */ 2426 if ( NULL != copyName ) 2428 result = UnicodeNameGetHFSName(nameLength, copyName, textEncodingHint, false, hfsName); 2388 FSCopyFile( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *copyName, TextEncoding textEncodingHint, FSRef *newRef) argument
|
Completed in 72 milliseconds