Searched refs:newRef (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c424 pb.newRef = ref;
1348 FSRef *newRef) /* if function fails along the way, newRef is final location of file */
1360 require_action(NULL != newRef, BadParameter, result = paramErr);
1362 /* newRef = input to start with */
1363 BlockMoveData(ref, newRef, sizeof(FSRef));
1392 result = FSRenameUnicode(ref, uniqueName.length, uniqueName.unicode, kTextEncodingUnknown, newRef);
1398 result = FSMoveObject(newRef, destDirectory, newRef);
1403 result = FSRenameUnicode(ref, nameLength, name, textEncodingHint, newRef);
1342 FSMoveRenameObjectUnicode( const FSRef *ref, const FSRef *destDirectory, UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, FSRef *newRef) argument
1835 FSRef newRef; local
2388 FSCopyFile( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *copyName, TextEncoding textEncodingHint, FSRef *newRef) argument
2458 FSMoveRename( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *moveName, TextEncoding textEncodingHint, FSRef *newRef) argument
[all...]
H A DFSCopyObject.c194 FSRef *newRef); /* can be NULL */
201 FSRef *newRef); /* can be NULL */
208 FSRef *newRef); /* can be NULL */
479 FSRef *newRef) /* can be NULL */
511 if( osErr == noErr && newRef != NULL )
514 pb.copyParam.ioCopyName, newRef));
537 FSRef *newRef)
609 else if( newRef != NULL ) // if everything was fine, then return the new file
610 *newRef = dest;
1702 pb.newRef
474 FSUsePBHCopyFile( const FSRef *srcFileRef, const FSRef *dstDirectoryRef, UniCharCount nameLength, const UniChar *copyName, TextEncoding textEncodingHint, FSRef *newRef) argument
532 DoCopyFile( const FSRef *source, FSCatalogInfo *sourceCatInfo, const FSRef *destDir, ConstHFSUniStr255Param destName, CopyParams *params, FSRef *newRef) argument
[all...]
H A DMoreFilesX.h1063 FSRef *newRef); /* if function fails along the way, newRef is final location of file */
1071 newRef, like ref, will be invalid.
1081 newRef <-- The new FSRef of the object moved. Note that if
1083 newRef is still then final location of the object.
1543 FSRef *newRef); /* can be NULL */
1559 newRef <** An optional pointer to a FSRef.
1575 FSRef *newRef); /* can be NULL */
1591 newRef <** An optional pointer to a FSRef.
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp401 CFURLRef newRef = ::CFURLCreateCopyAppendingPathComponent(kCFAllocatorDefault, local
404 if (newRef) {
405 SetBaseRef(newRef);
406 ::CFRelease(newRef);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 420 milliseconds