Home
last modified time | relevance | path

Searched defs:write_file (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/build/scripts/util/
H A Dfile_utils.py100 def write_file(output_file, content): function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dsystem_util.py45 def write_file(name, data): function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/
H A Dbuild_theme_code.py99 def write_file(file_path, content): function
/ohos5.0/build/ohos/notice/
H A Dmerge_notice_files.py92 def write_file(file: str, string: str): function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs200 pub fn write_file(&mut self, file: File) -> IpcResult<()> { in write_file() method
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py193 def write_file(file_path, content): function