Home
last modified time | relevance | path

Searched defs:dir_name (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dtranslator.py81 def update_capi_file(header, dir_name, work_dir): argument
95 def update_cpptoc_file(header, dir_name, work_dir): argument
115 def update_ctocpp_file(header, dir_name, work_dir): argument
135 def translate_dir(dir_name): argument
H A Dmake_ctocpp_impl.py178 def ctocpp_get_static_funcion(cls, func, suffix, dir_name, retval_default): argument
203 def ctocpp_get_virtual_funcion(cls, func, suffix, dir_name, macro_retval_default): argument
249 def ctocpp_make_function_impl(cls, func, suffix, dir_name): argument
330 def ctocpp_make_function_body(cls, funcs, dir_name): argument
346 def ctocpp_make_functions_body(cls, header, dir_name): argument
355 def ctocpp_make_include_files(cls, body, header, dir_name): argument
382 def make_ctocpp_impl_file(header, dir_path, dir_name, clsname): argument
H A Dmake_cpptoc_impl.py328 def cpptoc_make_include_file(cls, body, header, dir_name): argument
344 def cpptoc_make_class_function(cls, prefix, header, dir_name): argument
367 def cpptoc_make_c_function_body(cls, header, dir_name, defined_names): argument
381 def make_cpptoc_impl_file(header, dir_path, dir_name, clsname): argument
H A Dmake_cpptoc_header.py27 def make_cpptoc_header_file(header, dir_path, dir_name, class_name): argument
H A Dmake_ctocpp_header.py64 def make_ctocpp_header_file(header, dir_path, dir_name, class_name): argument
H A Dmake_capi_header.py167 def make_capi_header_file(header, dir_path, dir_name, file_name): argument
H A Dmake_file_base.py82 def make_include_file(cls, ident, header, dir_name, class_name): argument
H A Dfile_parser.py187 def format_translation_includes(header, dir_name, body): argument
/ohos5.0/build/scripts/
H A Ddir_exists.py18 def _is_dir(dir_name) -> str: argument
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfile_stream_dumper.cpp182 std::string dir_name = target; in BuildFileNames() local
/ohos5.0/build/
H A Dprebuilts_config.py60 def npm_install(dir_name): argument