OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSRef
(Results
26 - 31
of
31
) sorted by null
1
2
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
plistlib.py
119
from Carbon.File import
FSRef
, FSGetResourceForkName
122
fsRef
=
FSRef
(path)
123
resNum = Res.FSOpenResourceFile(
fsRef
, FSGetResourceForkName(), fsRdPerm)
134
from Carbon.File import
FSRef
, FSGetResourceForkName
138
fsRef
=
FSRef
(path)
139
resNum = Res.FSOpenResourceFile(
fsRef
, FSGetResourceForkName(), fsRdWrPerm)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c
384
GLUE_NEW(
FSRef
*, PyMac_BuildFSRef, "Carbon.File")
385
GLUE_CONVERT(
FSRef
, PyMac_GetFSRef, "Carbon.File")
/external/webrtc/webrtc/base/
unixfilesystem.cc
175
FSRef
fr;
398
FSRef
fr;
proxydetect.cc
394
FSRef
fr;
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aepack.py
178
return Carbon.File.
FSRef
(rawdata=desc.data)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py
178
return Carbon.File.
FSRef
(rawdata=desc.data)
Completed in 476 milliseconds
1
2