Home
last modified time | relevance | path

Searched refs:create_file_path (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dfile_utils.rs56 pub fn create_file_path(path_name: &str) -> Result<(), std::io::Error> { in create_file_path() function
H A Dprofile_utils.rs24 create_file_path, delete_file_path, file_exists, fmt_store_path,
459 if !file_exists(&bundle_path) && create_file_path(&bundle_path).is_err() { in enable_key_in_profile_internal()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_add_handler.py175 create_file_path = self.format_file_path(dst_path, root)
176 self.result_json["create_file"].append(create_file_path)