Home
last modified time | relevance | path

Searched refs:GetVRefNum (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DhomeResFile.py26 GetVRefNum = calldll.newcall(_InterfaceLib.GetVRefNum, "None", "InShort", "OutShort") variable
64 self.ioVRefNum = GetVRefNum(refNum)
/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c2299 _err = GetVRefNum(fileRefNum, in File_GetVRefNum()