util/u_process: add util_get_process_exec_path
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4181>
This commit is contained in:
@@ -28,7 +28,12 @@
|
||||
#ifndef PROCESS_H
|
||||
#define PROCESS_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
const char *
|
||||
util_get_process_name(void);
|
||||
|
||||
size_t
|
||||
util_get_process_exec_path(char* process_path, size_t len);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user