OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FSSpec
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py
19
class
FSSpec
:
123
if hasattr(Carbon.File, "
FSSpec
"):
124
if isinstance(infile, (Carbon.File.
FSSpec
, Carbon.File.FSRef)):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py
48
from Carbon.File import
FSSpec
, FInfo
52
finfo =
FSSpec
(name).FSpGetFInfo()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py
48
from Carbon.File import
FSSpec
, FInfo
52
finfo =
FSSpec
(name).FSpGetFInfo()
Completed in 1094 milliseconds