Home
last modified time | relevance | path

Searched refs:myfile (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-event/
H A Dmessage.cpp237 ofstream myfile; in create_log_event() local
271 myfile.open(buffer.str() , ios::out|ios::binary); in create_log_event()
272 myfile.write((char*) &hdr, sizeof(hdr)); in create_log_event()
273 myfile.write((char*) rec->message, hdr.messagelen); in create_log_event()
274 myfile.write((char*) rec->severity, hdr.severitylen); in create_log_event()
275 myfile.write((char*) rec->association, hdr.associationlen); in create_log_event()
276 myfile.write((char*) rec->reportedby, hdr.reportedbylen); in create_log_event()
277 myfile.write((char*) rec->p, hdr.debugdatalen); in create_log_event()
278 myfile.close(); in create_log_event()
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py153 myfile = os.path.splitext(os.path.basename(mypkg))
154 parts = myfile[0].split('_')
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass612 with open (outfile, "r") as myfile:
613 results = myfile.read()
634 with open (outfile, "r") as myfile:
635 results = myfile.read()
655 with open (outfile, "r") as myfile:
656 results = myfile.read()
/openbmc/linux/Documentation/fb/
H A Dframebuffer.rst47 cp /dev/fb0 myfile
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py2452 for myfile in filelist:
2453 zf.write(myfile, os.path.basename(myfile))
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst263 … SRC_URI = "http://abc123.org/git/?p=gcc/gcc.git&a=snapshot&h=a5dd47;downloadfilename=myfile.bz2"
/openbmc/entity-manager/
H A DDoxyfile821 # documented source files. You may enter file names like myfile.cpp or
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst2798 FILES:${PN} += "${bindir}/mydir1 ${bindir}/mydir2/myfile"