Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/
Dbuild_theme_code.py93 def read_file(file_path): argument
99 def write_file(file_path, content): argument
104 def build_header(file_path): argument
179 def build_cpp(file_path, platform): argument
223 def read_file_lines(file_path): argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/zip/src/
Dzip_writer.cpp36 bool AddFileContentToZip(zipFile zip_file, FilePath &file_path) in AddFileContentToZip()