Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/os/
H A Dlog.h519 os_log_coprocessor_register(const char *uuid, const char *file_path, bool copy);
535 os_log_coprocessor_register_with_type(const char *uuid, const char *file_path, os_log_coproc_reg_t …
H A Dlog.c599 os_log_coprocessor_register(const char *uuid, const char *file_path, bool copy) in os_log_coprocessor_register() argument
602 …os_log_coprocessor_register_with_type(uuid, file_path, copy ? os_log_coproc_register_memory : os_l… in os_log_coprocessor_register()
621 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
624 size_t path_size = strlen(file_path) + 1; in os_log_coprocessor_register_with_type()
652 memcpy(buf.uuid_info.ftui_path, file_path, path_size); in os_log_coprocessor_register_with_type()