HomeSort by relevance Sort by last modified time
    Searched refs:LogFile (Results 1 - 9 of 9) 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 188 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 507 else if (strcasecmp (option,"LogFile")==0) {
508 strcpy (LogFile,value);
  /external/clang/utils/analyzer/
SATestBuild.py 281 LogFile = open(os.path.join(FailPath, FileName + ".stderr.txt"), "w+b")
285 check_call(Command, cwd = Dir, stderr=LogFile,
286 stdout=LogFile,
291 (FullFileName, LogFile.name, e.returncode)
294 LogFile.close()
298 os.remove(LogFile.name);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java 26 import com.android.tradefed.result.LogFile;
168 new LogFile("path", "url"));
202 new LogFile("path", "url"));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 36 import com.android.tradefed.result.LogFile;
219 File logFile = getLogFileSaver().saveAndZipLogData(dataName, dataType,
221 logResult(String.format("Saved log %s", logFile.getName()));
232 LogFile logFile) {
234 TestLog log = TestLog.fromDataName(dataName, logFile.getUrl());

Completed in 78 milliseconds