Home
last modified time | relevance | path

Searched refs:read_file (Results 1 - 5 of 5) sorted by relevance

/foundation/systemabilitymgr/samgr/test/autotest/tools/
H A Ddisk_drop_log.py49 with open(f"{path}/{file}", "r", encoding="utf-8", errors="ignore") as read_file:
50 count = read_file.read().count(keys)
67 with open(f"{path}/{file}", "r", encoding="utf-8", errors="ignore") as read_file:
68 for line in read_file.readlines():
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dparcel_remote.rs63 reply.write_file(data.read_file().unwrap()); in parcel_remote_primitive()
214 let mut file = reply.read_file().unwrap(); in parcel_read_and_write()
/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/
H A Dbuild_theme_code.py93 def read_file(file_path): function
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs194 /// let mut f = msg.read_file().unwrap();
227 /// let mut f = msg.read_file().unwrap();
233 pub fn read_file(&mut self) -> IpcResult<File> { in read_file() functions
H A Dwrapper.rs777 let mut f = msg.read_file().unwrap(); in file_descriptor()

Completed in 4 milliseconds