OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLIST
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/gyp/test/mac/postbuild-defaults/
postbuild-defaults.sh
8
# This is the built Info.
plist
in the output directory.
9
PLIST
="${BUILT_PRODUCTS_DIR}"/Test.app/Contents/Info # No trailing .
plist
10
echo $(defaults read "${
PLIST
}" "CFBundleName") > "${BUILT_PRODUCTS_DIR}/result"
12
# This is the source Info.
plist
next to this script file.
13
PLIST
="${SRCROOT}"/Info # No trailing .
plist
14
echo $(defaults read "${
PLIST
}" "CFBundleName") \
/external/chromium_org/remoting/host/installer/mac/tools/
ksregister.sh
8
PLIST
=/Library/LaunchAgents/$NAME.
plist
16
$KSADMIN --register --productid $KSPID --version $KSPVERSION --xcpath $
PLIST
--url $KSUPDATE
/external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh
14
PLIST
=/Library/LaunchAgents/org.chromium.chromoting.
plist
65
"$context" "$
PLIST
"
remoting_postflight.sh
14
PLIST
=/Library/LaunchAgents/org.chromium.chromoting.
plist
44
--xcpath "$
PLIST
" --url "$KSUPDATE"
111
launchctl bsexec "$pid" sudo -u "#$uid" launchctl load -w -S Aqua "$
PLIST
"
/external/llvm/utils/
clang-parse-diagnostics-file
52
# Complete the
plist
(the log itself is just the chunks).
55
<!DOCTYPE
plist
PUBLIC "-//Apple Computer//DTD
PLIST
1.0//EN" \
57
<
plist
version="1.0">
61
</
plist
>""" % data
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_writer_unittest.py
23
'''Substitutes the variable parts into a
plist
template. The result
33
The text of a
plist
template with the variable parts substituted.
37
<!DOCTYPE
plist
PUBLIC '-//Apple//DTD
PLIST
1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
38
<
plist
version="1">
53
</
plist
>''' % (product_name, bundle_id, policies)
68
'
plist
',
100
'
plist
',
150
'
plist
',
202
'
plist
',
[
all
...]
Completed in 967 milliseconds