Home
last modified time | relevance | path

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

/external/liburing/test/
Dsqpoll-exec.c36 char prog_path[PATH_MAX]; in test_exec() local
42 if (fill_exec_target(prog_path, "./exec-target.t") && in test_exec()
43 fill_exec_target(prog_path, "test/exec-target.t")) { in test_exec()
49 io_uring_prep_openat(sqe, AT_FDCWD, prog_path, O_WRONLY, 0); in test_exec()
91 ret = execve(prog_path, argv, NULL); in test_exec()
Dtimeout.c1180 char prog_path[PATH_MAX]; in test_timeout_link_cancel() local
1184 if (fill_exec_target(prog_path, "./exec-target.t") && in test_timeout_link_cancel()
1185 fill_exec_target(prog_path, "test/exec-target.t")) { in test_timeout_link_cancel()
1223 ret = execl(prog_path, prog_path, NULL); in test_timeout_link_cancel()