Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:FSRef

592             if not isinstance(defaultLocation, Carbon.File.FSRef):
593 defaultLocation = Carbon.File.FSRef(defaultLocation)
645 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
666 if issubclass(tpwanted, Carbon.File.FSRef):
697 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
719 if issubclass(tpwanted, Carbon.File.FSRef):
720 raise TypeError, "Cannot pass wanted=FSRef to AskFileForSave"
727 pardir_fsr = Carbon.File.FSRef(pardir_fss)
755 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
776 if issubclass(tpwanted, Carbon.File.FSRef):
811 rv = AskFileForSave(wanted=Carbon.File.FSRef, savedFileName="%s.txt"%s)