Searched refs:LogFile (Results 1 – 7 of 7) sorted by relevance
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 280 LogFile = open(os.path.join(FailPath, FileName + ".stderr.txt"), "w+b") 284 check_call(Command, cwd = Dir, stderr=LogFile, 285 stdout=LogFile, 290 (FullFileName, LogFile.name, e.returncode) 293 LogFile.close() 297 os.remove(LogFile.name);
|
/external/e2fsprogs/ext2ed/ |
D | disk.c | 147 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()
|
D | ext2ed.conf.in | 22 # LogFile is the location of the log file. Actual changes to the filesystem 26 LogFile /var/log/ext2ed.log
|
D | main.c | 58 char LogFile [200]="ext2ed.log"; /* The location of the log file - Each write will be logged there… variable
|
D | ext2ed.h | 192 extern char LogFile [200];
|
D | init.c | 515 strcpy (LogFile,value); in process_configuration_file()
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | hostapd.conf | 8 LogFile = messages
|