Home
last modified time | relevance | path

Searched refs:write_bytes (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy_ld.py854 def write_bytes(self, buf): member in MPYOutput
864 self.write_bytes(b)
868 self.write_bytes(bytes([0, qstrutil.static_qstr_list.index(s) + 1]))
872 self.write_bytes(s)
884 self.write_bytes(bytes([dest]))
913 out.write_bytes(
923 out.write_bytes(env.full_text)
954 out.write_bytes(env.full_rodata)
991 out.write_bytes(b"\xff")
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c103 uint32_t write_bytes = 0; in ramfs_vfs_write() local
110 ret = ramfs_write(&ramfs_file, buf, len, &write_bytes); in ramfs_vfs_write()
114 res = write_bytes; in ramfs_vfs_write()

Completed in 10 milliseconds