Home
last modified time | relevance | path

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

/external/libcups/config-scripts/
Dcups-directories.m4250 CUPS_LOGDIR="$localstatedir/log/cups"
251 AC_DEFINE_UNQUOTED(CUPS_LOGDIR, "$localstatedir/log/cups") definition
253 CUPS_LOGDIR="$logdir"
255 AC_DEFINE_UNQUOTED(CUPS_LOGDIR, "$CUPS_LOGDIR") definition
256 AC_SUBST(CUPS_LOGDIR) subst
/external/libcups/conf/
Dcups-files.conf.in35 AccessLog @CUPS_LOGDIR@/access_log
50 ErrorLog @CUPS_LOGDIR@/error_log
62 PageLog @CUPS_LOGDIR@/page_log
/external/libcups/vcnet/
Dconfig.h203 #define CUPS_LOGDIR "C:/CUPS/logs" macro
/external/libcups/xcode/
Dconfig.h124 #define CUPS_LOGDIR "/private/var/log/cups" macro
/external/libcups/scheduler/
Dlog.c204 if (!strncmp(filename, CUPS_LOGDIR, strlen(CUPS_LOGDIR))) in cupsdCheckLogFile()
218 cupsdCheckPermissions(CUPS_LOGDIR, NULL, log_dir_perm, RunUser, Group, 1, -1); in cupsdCheckLogFile()
Dconf.c583 cupsdSetString(&AccessLog, CUPS_LOGDIR "/access_log"); in cupsdReadConfiguration()
585 cupsdSetString(&PageLog, CUPS_LOGDIR "/page_log"); in cupsdReadConfiguration()
830 cupsdSetString(&ErrorLog, CUPS_LOGDIR "/error_log"); in cupsdReadConfiguration()
/external/libcups/
DMakedefs.in234 LOGDIR = $(BUILDROOT)@CUPS_LOGDIR@
Dconfig.h.in122 #define CUPS_LOGDIR "/var/logs/cups" macro
Dconfigure6391 CUPS_LOGDIR="$localstatedir/log/cups"
6397 CUPS_LOGDIR="$logdir"
/external/libcups/packaging/
Dcups.list.in210 $LOGDIR=@CUPS_LOGDIR@