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

  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd.conf 8 LogFile = messages
  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 22 # LogFile is the location of the log file. Actual changes to the filesystem
26 LogFile /var/log/ext2ed.log
disk.c 147 if ((fp=fopen (LogFile,"a+"))==NULL) {
148 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile);
ext2ed.h 192 extern char LogFile [200];
main.c 58 char LogFile [200]="ext2ed.log"; /* The location of the log file - Each write will be logged there */
init.c 514 else if (strcasecmp (option,"LogFile")==0) {
515 strcpy (LogFile,value);

Completed in 2449 milliseconds