| /OK3568_Linux_fs/buildroot/package/trinity/ |
| H A D | 0001-Fix-build-with-GCC-10.patch | 7 /usr/bin/ld: debug.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/log… 8 /usr/bin/ld: log-files.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include… 9 /usr/bin/ld: log.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/logfi… 10 /usr/bin/ld: main.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/logf… 11 /usr/bin/ld: output.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/lo… 12 /usr/bin/ld: params.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/lo… 13 /usr/bin/ld: shm.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/logfi… 14 /usr/bin/ld: trinity.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/l… 23 include/logfile.h | 2 +- 26 diff --git a/include/logfile.h b/include/logfile.h [all …]
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | builder.py | 13 self.logfile = infra.open_log_file(builddir, "build", logtofile) 25 self.logfile.write("WARN: defconfig can't be used\n") 26 self.logfile.write(" Missing: %s\n" % defconfigline.strip()) 27 self.logfile.flush() 50 self.logfile.write("> start defconfig\n" + self.config + 52 self.logfile.flush() 62 ret = subprocess.call(cmd, stdout=self.logfile, stderr=self.logfile, 83 self.logfile.write("Using system proxy: " + 92 ret = subprocess.call(cmd, stdout=self.logfile, stderr=self.logfile,
|
| H A D | emulator.py | 11 self.logfile = infra.open_log_file(builddir, "run", logtofile) 76 self.logfile.write("> starting qemu with '%s'\n" % " ".join(qemu_cmd)) 83 self.qemu.logfile_read = self.logfile 93 self.logfile.write("==> System does not boot")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | check_build_completeness.py | 3 logfile = open(sys.argv[1]).read() variable 5 necessary_bits = logfile.find("The necessary bits to build these optional modules were not found") 6 to_find_bits = logfile.find("To find the necessary bits, look in setup.py in detect_modules() for t… 8 print("%s" %(logfile[necessary_bits:to_find_bits])) 10 failed_to_build = logfile.find("Failed to build these modules:") 12 failed_to_build_end = logfile.find("\n\n", failed_to_build) 13 print("%s" %(logfile[failed_to_build:failed_to_build_end]))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | sshcontrol.py | 34 self.logfile = None 43 if self.logfile: 44 with open(self.logfile, "a") as f: 47 def _run(self, command, timeout=None, logfile=None): argument 48 self.logfile = logfile 88 def run(self, command, timeout=None, logfile=None): argument 90 self._run(command, timeout, logfile) 101 def __init__(self, ip, logfile=None, timeout=300, user='root', port=None): argument 105 self.logfile = logfile 119 if self.logfile: [all …]
|
| H A D | logparser.py | 15 def parse(self, logfile): argument 36 with open(logfile, errors='replace') as f: 110 def parse(self, logfile): argument 116 with open(logfile, errors='replace') as f: 136 def parse(self, logfile): argument 143 with open(logfile, errors='replace') as f: 144 name = logfile
|
| H A D | qemutinyrunner.py | 22 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, kernel, boottime, … argument 38 self.logfile = logfile 63 if self.logfile: 64 with open(self.logfile, "a") as f:
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | test_build_time.sh | 179 logfile="$logdir/timelog_$rev.log" 180 echo -n > $logfile 192 echo "Applied $patchrev" >> $logfile 204 …-o $timeoutfile -f "%e\nreal\t%E\nuser\t%Us\nsys\t%Ss\nmaxm\t%Mk" $runscript 2>&1 | tee -a $logfile 211 cat $timeoutfile | tee -a $logfile 216 echo "*** Build failed (exit code $exitstatus), skipping..." | tee -a $logfile 221 echo "Returning $ret" | tee -a $logfile
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
| H A D | 0002-Fix-printf-format-errors.patch | 24 if (logfile != NULL && function==-1) { 25 - fprintf(logfile,buffer+1); 26 + fprintf(logfile, "%s", buffer+1); 27 fprintf(logfile,"\n\n"); 28 fflush(logfile);
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | multiplexed_log.py | 22 def __init__(self, logfile, name, chained_file): argument 35 self.logfile = logfile 66 self.logfile.write(self, data, implicit) 80 self.logfile.flush() 89 def __init__(self, logfile, name, chained_file): argument 102 self.logfile = logfile 134 self.logfile.write(self, msg) 165 self.logfile.write(self, output) 168 self.logfile.timestamp()
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/download/ |
| H A D | gitremote.py | 27 self.logfile = infra.open_log_file(builddir, "gitremote", logtofile) 34 self.logfile.write("> starting git remote with '{}'\n".format(" ".join(cmd))) 35 self.daemon = pexpect.spawn(cmd[0], cmd[1:], logfile=self.logfile,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | build.py | 64 def __init__(self, t, fn, logfile, d): argument 71 self.logfile = logfile 91 def __init__(self, t, fn, logfile, taskflags, d): argument 92 super(TaskStarted, self).__init__(t, fn, logfile, d) 101 def __init__(self, task, fn, logfile, metadata, errprinted = False): argument 103 super(TaskFailed, self).__init__(task, fn, logfile, metadata) 371 def create_progress_handler(func, progress, logfile, d): argument 374 return bb.progress.BasicProgressHandler(d, outfile=logfile) 377 return bb.progress.BasicProgressHandler(d, regex=progress.split(':', 1)[1], outfile=logfile) 380 return bb.progress.OutOfProgressHandler(d, regex=progress.split(':', 1)[1], outfile=logfile) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | ext-sdk-prepare.py | 42 logfile = sys.argv[1] 50 with open(logfile, 'a') as logf: 61 print('ERROR: PR data import failed: error log written to %s' % logfile) 69 with open(logfile, 'a') as logf: 81 print('ERROR: SDK preparation failed: error log written to %s' % logfile)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kselftest/ |
| H A D | runner.sh | 7 export logfile=/dev/stdout 80 (read xs; exit $xs)) 4>>"$logfile" && 106 logfile="/tmp/$BASENAME_TEST" 107 cat /dev/null > "$logfile"
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | test_bmap_tools.py | 79 stdout=self.b.logfile, 80 stderr=self.b.logfile) 84 stdout=self.b.logfile, 85 stderr=self.b.logfile)
|
| H A D | test_rust.py | 36 stdout=self.b.logfile, 37 stderr=self.b.logfile, 47 stdout=self.b.logfile, 48 stderr=self.b.logfile,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | serv.py | 123 def __init__(self, dbfile, logfile, host, port): argument 125 self.logfile = logfile 139 def run_as_daemon(func, pidfile, logfile): argument 178 so = open(logfile, 'a+') 209 def start_daemon(dbfile, host, port, logfile, read_only=False): argument 229 run_as_daemon(daemon_main, pidfile, os.path.abspath(logfile)) 316 logfile = os.path.join(cachedir, "prserv.log") 323 … singleton = PRServSingleton(os.path.abspath(dbfile), os.path.abspath(logfile), host, port)
|
| H A D | __init__.py | 12 def init_logger(logfile, loglevel): argument 17 logging.basicConfig(level=numeric_level, filename=logfile, format=FORMAT)
|
| /OK3568_Linux_fs/buildroot/package/dcron/ |
| H A D | 0001-main.c-add-newline-to-logfile-openning-error-message.patch | 4 Subject: [PATCH] main.c: add newline to logfile openning error message 20 - fdprintf(2, "failed to open logfile '%s', reason: %s", LogFile, strerror(n)); 21 + fdprintf(2, "failed to open logfile '%s', reason: %s\n", LogFile, strerror(n));
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | distro_check.py | 284 logfile = os.path.join(logpath, "%s.%s%s" % (logfn, d.getVar('DATETIME'), logsuffix)) 285 if not os.path.exists(logfile): 289 open(logfile, 'w+').close() 290 os.symlink(logfile, slogfile) 291 d.setVar('LOG_FILE', logfile) 292 return logfile
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/utils/ |
| H A D | sdkbuildproject.py | 22 self.logfile = os.path.join(self.testlogdir, "sdk_target_log.%s" % self.datetime) 41 if self.logfile: 42 with open(self.logfile, "a") as f:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | case.py | 77 def ptest_section(self, section, duration = None, log = None, logfile = None, exitcode = None): argument 87 elif logfile is not None: 88 with open(logfile, "rb") as f:
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 263 char logfile[30]; in start_verification_log() local 269 sprintf(logfile, logfilename, tid); in start_verification_log() 272 strcat(path, logfile); in start_verification_log() 311 char logfile[30]; in end_verification_log() local 322 sprintf(logfile, logfilename, tid); in end_verification_log() 325 strcat(path, logfile); in end_verification_log()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 242 logger.warning("Logfile for failed setscene task is %s" % event.logfile) 247 logfile = event.logfile 248 if not logfile or not os.path.exists(logfile): 257 with open(logfile, "r") as f: 276 err = "Logfile of failure stored in: %s" % logfile
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | man-file-mailstat.1-from-debian.patch | 23 +[\-klmots] [logfile] 36 +keep logfile intact 45 +use the old logfile
|