Home
last modified time | relevance | path

Searched refs:writestr (Results 1 – 13 of 13) sorted by relevance

/external/syslinux/core/
Dwritestr.c38 void writestr(char *str) in writestr() function
46 writestr(MK_PTR(regs->ds, regs->esi.w[0])); in pm_writestr()
Dregdump.inc46 call writestr
57 call writestr
Dpxeboot.c31 writestr(LOCALBOOT_MSG); in local_boot()
Dlocalboot.c45 writestr(LOCALBOOT_MSG); in local_boot()
Dextern.inc79 ; writestr.c
Dbios.c495 writestr(buf); in check_escapes()
/external/syslinux/core/elflink/
Dload_env32.c171 writestr("\nFailed to load "); in load_env32()
172 writestr(LDLINUX); in load_env32()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_systrace_profiler.py72 z.writestr('trace.json', trace_file.getvalue())
/external/syslinux/core/include/
Dcore.h128 extern void writestr(char *str);
/external/libmojo/mojo/public/tools/gn/
Dzip.py41 outfile.writestr(f, zff.read())
/external/skia/infra/bots/
Dzip_utils.py42 z.writestr(zi, content)
/external/libmojo/build/android/gyp/util/
Dbuild_utils.py276 zip_file.writestr(zipinfo, os.readlink(src_path))
293 zip_file.writestr(zipinfo, data, compress_type)
/external/libmojo/third_party/jinja2/
Denvironment.py649 zip_file.writestr(info, data)