HomeSort by relevance Sort by last modified time
    Searched refs:_PATH_LOG (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syslog-path.h 1 /* <bits/syslog-path.h> -- _PATH_LOG definition
27 #define _PATH_LOG "/dev/log"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syslog-path.h 1 /* <bits/syslog-path.h> -- _PATH_LOG definition
27 #define _PATH_LOG "/dev/log"
  /external/dnsmasq/src/
log.c 118 # define _PATH_LOG "" /* dummy */
213 logaddr.sun_len = sizeof(logaddr) - sizeof(logaddr.sun_path) + strlen(_PATH_LOG) + 1;
216 strncpy(logaddr.sun_path, _PATH_LOG, sizeof(logaddr.sun_path));

Completed in 75 milliseconds