Searched defs:filterPtr (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.c | 674 FilterParams *filterPtr = theGlobals->filterParams; local 677 theGlobals->result = FSGetCatalogInfo( &theGlobals->ref, filterPtr->whichInfo, 678 &theGlobals->catalogInfo, &filterPtr->fileName, 682 filterPtr->fileName = *destName; 709 theGlobals->result = FSCreateDirectoryUnicode( &theGlobals->destRef, filterPtr->fileName.length, 710 filterPtr->fileName.unicode, kFSCatInfoSettableInfo, 712 &filterPtr->fileSpec, NULL); 731 &theGlobals->containerChanged, filterPtr->whichInfo, 733 filterPtr->fileSpecPtr, &filterPtr [all...] |
Completed in 46 milliseconds