Home
last modified time | relevance | path

Searched defs:dir_path (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
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_cpptoc_impl.py381 def make_cpptoc_impl_file(header, dir_path, dir_name, clsname): argument
H A Dmake_ctocpp_impl.py382 def make_ctocpp_impl_file(header, dir_path, dir_name, clsname): argument
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dstrace_log_analysis.py79 def extract_file_from_path(dir_path): argument
H A Daudit_log_analysis.py121 def extract_file_from_path(dir_path): argument
/ohos5.0/base/global/i18n/services/src/
H A Dhmos_timezone_mount.cpp100 void ensureDirectoryExists(const std::filesystem::path& dir_path) in ensureDirectoryExists()
113 void clearPath(const std::filesystem::path& dir_path) in clearPath()
/ohos5.0/build/scripts/util/
H A Dbuild_utils.py54 def make_directory(dir_path): argument
61 def delete_directory(dir_path): argument
H A Dmd5_check.py408 def _update_md5_for_directory(md5, dir_path): argument
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py161 def create_dirs(dir_path): argument
367 def template_filename_filtrate(dir_path, kernal): argument
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp215 std::vector<std::string> find_files(const std::string& dir_path, const std::string& extension) in find_files()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp200 std::string dir_path = LOG_FILE_PATH + "/freeze"; in WriteToFile() local