OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
194
LogFile
= open(os.path.join(FailPath, FileName + ".stderr.txt"), "w+b")
198
check_call(Command, cwd = Dir, stderr=
LogFile
,
199
stdout=
LogFile
,
204
(FullFileName,
LogFile
.name, e.returncode)
207
LogFile
.close()
211
os.remove(
LogFile
.name);
Completed in 632 milliseconds