Searched refs:usr (Results 1 - 6 of 6) sorted by relevance

/systemd/test/bus-policy/
H A Dcheck-own-rules.conf7 <servicedir>/usr/share/foo</servicedir>
H A Dmany-rules.conf9 <servicedir>/usr/share/foo</servicedir>
/systemd/src/kernel-install/
H A D90-loaderentry.install35 elif [[ -f /usr/lib/os-release ]]; then
36 . /usr/lib/os-release
/systemd/test/
H A Dtest-functions4 PATH=/sbin:/bin:/usr/sbin:/usr/bin
12 echo "WARNING! Cannot determine rootlibdir from pkg-config, assuming /usr/lib/systemd" >&2
13 ROOTLIBDIR=/usr/lib/systemd
219 rm -fr $initdir/usr/share/{man,doc}
305 # if [ -x /usr/libexec/plymouth/plymouth-populate-initrd ]; then
307 # /usr/libexec/plymouth/plymouth-populate-initrd -t $initdir
310 rm -f $initdir/{usr/lib,etc}/systemd/system/plymouth* $initdir/{usr/lib,etc}/systemd/system/*/plymouth*
364 /etc/dbus-1 /usr/shar
[all...]
/systemd/test/TEST-06-SELINUX/
H A Dtest.sh84 ExecStart=/bin/sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile load && rm /.load-systemd-test-module'
101 local _policy_headers_dir=/usr/share/selinux/devel
103 inst_dir /usr/share/selinux
115 dracut_install checkmodule semodule semodule_package m4 make /usr/libexec/selinux/hll/pp load_policy sefcontext_compile
/systemd/src/shared/
H A Dcondition.c287 struct stat usr, other; local
308 if (lstat("/usr/", &usr) < 0)
311 return usr.st_mtim.tv_sec > other.st_mtim.tv_sec ||
312 (usr.st_mtim.tv_sec == other.st_mtim.tv_sec && usr.st_mtim.tv_nsec > other.st_mtim.tv_nsec);

Completed in 2036 milliseconds