Searched refs:create_file_path (Results 1 – 3 of 3) sorted by relevance
56 pub fn create_file_path(path_name: &str) -> Result<(), std::io::Error> { in create_file_path() function
24 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()
175 create_file_path = self.format_file_path(dst_path, root)176 self.result_json["create_file"].append(create_file_path)