Home
last modified time | relevance | path

Searched refs:write_file (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/
H A Dbuild_theme_code.py99 def write_file(file_path, content): function
143 write_file(file_path, end_str.format(new_content, define))
220 write_file(file_name, content)
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dparcel_remote.rs63 reply.write_file(data.read_file().unwrap()); in parcel_remote_primitive()
133 msg.write_file(file); in read_and_write()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs192 /// msg.write_file(file).unwrap();
200 pub fn write_file(&mut self, file: File) -> IpcResult<()> { in write_file() functions
225 /// msg.write_file(file).unwrap();
H A Dwrapper.rs776 msg.write_file(file).unwrap(); in file_descriptor()

Completed in 5 milliseconds