Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/
H A Dlog.h551 os_log_coprocessor_register(const char *uuid, const char *file_path, bool copy);
567 os_log_coprocessor_register_with_type(const char *uuid, const char *file_path, os_log_coproc_reg_t …
H A Dlog.c651 os_log_coprocessor_register(const char *uuid, const char *file_path, bool copy) in os_log_coprocessor_register() argument
654 …os_log_coprocessor_register_with_type(uuid, file_path, copy ? os_log_coproc_register_memory : os_l… in os_log_coprocessor_register()
673 os_log_coprocessor_register_with_type(const char *uuid, const char *file_path, os_log_coproc_reg_t … in os_log_coprocessor_register_with_type() argument
675 size_t path_size = strlen(file_path) + 1; in os_log_coprocessor_register_with_type()
701 memcpy(buf.uuid_info.ftui_path, file_path, path_size); in os_log_coprocessor_register_with_type()