Searched defs:destDirectory (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c1344 const FSRef *destDirectory,
1365 /* get destDirectory's vRefNum */
1366 result = FSGetCatalogInfo(destDirectory, kFSCatInfoVolume, &catalogInfo, NULL, NULL, NULL);
1379 /* make sure ref and destDirectory are on same volume */
1388 result = GenerateUniqueHFSUniStr(&theSeed, &originalDirectory, destDirectory, &uniqueName);
1395 if ( FSCompareFSRefs(destDirectory, &originalDirectory) != noErr )
1398 result = FSMoveObject(newRef, destDirectory, newRef);
1409 result = FSMoveObject(newRef, destDirectory, newRef);
1342 FSMoveRenameObjectUnicode( const FSRef *ref, const FSRef *destDirectory, UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, FSRef *newRef) argument

Completed in 63 milliseconds