Searched refs:content (Results 1 – 5 of 5) sorted by relevance
13 content = <&image>;
76 content = 'x' * file_size79 file.write(content)
17 content = 'x' * size19 file.write(content)
168 def modify_prop_content(dt_struct, prop_offset, content): argument189 added_data = struct.pack('>II', len(content), nameoff)190 added_data += content
Completed in 23 milliseconds