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

  /external/dnsmasq/src/
dnsmasq.c 349 if (daemon->runfile)
354 if ((pidfile = fopen(daemon->runfile, "w")))
691 die(_("failed to open pidfile %s: %s"), daemon->runfile, EC_FILE);
798 if (daemon->runfile)
799 unlink(daemon->runfile);
dnsmasq.h 591 char *runfile; member in struct:daemon
option.c 257 { 'x', ARG_ONE, "path", gettext_noop("Specify path of PID file (defaults to %s)."), RUNFILE },
    [all...]
  /build/soong/python/
python_test.go 159 desc: "module with bad runfile src path format",
187 desc: "module with duplicate runfile path",

Completed in 977 milliseconds