Home
last modified time | relevance | path

Searched refs:LogFile (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
Dbuildbot.tac12 from twisted.python.logfile import LogFile
14 logfile = LogFile.fromFullPath("twistd.log", rotateLength=rotateLength,
/external/e2fsprogs/ext2ed/
Ddisk.c147 if ((fp=fopen (LogFile,"a+"))==NULL) { in log_changes()
148 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile); in log_changes()
Dext2ed.conf.in22 # LogFile is the location of the log file. Actual changes to the filesystem
26 LogFile /var/log/ext2ed.log
Dmain.c58 char LogFile [200]="ext2ed.log"; /* The location of the log file - Each write will be logged there… variable
Dext2ed.h192 extern char LogFile [200];
Dinit.c515 strcpy (LogFile,value); in process_configuration_file()