Searched refs:plist (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testboxscript/darwin/
H A Dsetup-routines.sh27 MY_CONFIG_FILE=/Library/LaunchDaemons/org.virtualbox.testboxscript.plist
101 # Adds an argument ($1) to MY_ARGV (XML plist format).
156 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
157 <plist version="1.0">
172 </plist>
/vbox/src/VBox/Installer/darwin/DiskImage/
H A DVirtualBox_Uninstall.tool55 test -f "${HOME}/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist" && my_files+=("${HOME}/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist")
85 test -f /Library/LaunchDaemons/org.virtualbox.startup.plist && my_files+=("/Library/LaunchDaemons/org.virtualbox.startup.plist")
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c305 * The prototype node list is specified as 'plist'. The formal prototype
306 * against which to compare the prototype is specified as 'flist'. If plist
308 * plist and flist are different, we require that named parameters in plist
312 dt_decl_prototype(dt_node_t *plist, argument
317 int form = plist != flist;
320 for (dnp = plist; dnp != NULL; dnp = dnp->dn_list, i++) {
363 if (v != 0 && plist->dn_list != NULL)

Completed in 403 milliseconds