Home
last modified time | relevance | path

Searched refs:LOCKFILE (Results 1 – 1 of 1) sorted by relevance

/external/selinux/policycoreutils/sandbox/
Dsandbox.init24 LOCKFILE=/var/lock/subsys/sandbox
31 [ -f "$LOCKFILE" ] && return 0
33 touch $LOCKFILE
41 [ -f "$LOCKFILE" ] || return 1
45 if [ -f "$LOCKFILE" ]; then