HomeSort by relevance Sort by last modified time
    Searched refs:LogFile (Results 1 - 7 of 7) 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);
  /external/clang/utils/analyzer/
SATestBuild.py 276 LogFile = open(os.path.join(FailPath, FileName + ".stderr.txt"), "w+b")
280 check_call(Command, cwd = Dir, stderr=LogFile,
281 stdout=LogFile,
286 (FullFileName, LogFile.name, e.returncode)
289 LogFile.close()
293 os.remove(LogFile.name);

Completed in 179 milliseconds