OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Plist
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
gsubr.go
503
func newplist() *obj.
Plist
{
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gsubr.go
500
func newplist() *obj.
Plist
{
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py
129
plistfile = os.path.join(application, 'Contents', 'Info.
plist
')
132
plist
= plistlib.
Plist
.fromFile(plistfile)
133
return
plist
.get('NSAppleScriptEnabled', False)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py
129
plistfile = os.path.join(application, 'Contents', 'Info.
plist
')
132
plist
= plistlib.
Plist
.fromFile(plistfile)
133
return
plist
.get('NSAppleScriptEnabled', False)
[
all
...]
Completed in 870 milliseconds
1
2