Home
last modified time | relevance | path

Searched refs:write_through (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/
H A D0001-src-installer-utils.py-sort-entries-before-writing-o.patch20 io.BytesIO(), encoding="utf-8", write_through=True, newline=""
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py63 binary_file, encoding, errors, newline, write_through=True
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3492 int n_bytes, int write_through) in yaffs_do_file_wr() argument
3603 if (write_through) { in yaffs_do_file_wr()
3663 int n_bytes, int write_through) in yaffs_wr_file() argument
3666 return yaffs_do_file_wr(in, buffer, offset, n_bytes, write_through); in yaffs_wr_file()