Lines Matching defs:container
164 Boolean containerChanged; /* temporary - set to true if the current container changed during iteration */
284 static OSErr FSDeleteFolder( const FSRef *container );
286 static void FSDeleteFolderLevel( const FSRef *container,
727 // Call FSGetCatalogInfoBulk in loop to get all items in the container
1393 // get nodeFlags for container
1417 OSErr FSDeleteFolder( const FSRef *container )
1421 theGlobals.result = ( container != NULL ) ? noErr : paramErr;
1423 // delete container's contents
1425 FSDeleteFolderLevel(container, &theGlobals);
1434 void FSDeleteFolderLevel( const FSRef *container,
1442 theGlobals->result = FSOpenIterator(container, kFSIterateFlat + kFSIterateDelete, &iterator);