Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c133 static pid_t fork_sync_exec(const char *command, int fd);
287 const pid_t child_pid = fork_sync_exec(env.command, child_exec_event_fd); in main()
640 pid_t fork_sync_exec(const char *command, int fd) in fork_sync_exec() function