Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c1160 char *pipepath; variable
1237 pipepath = malloc(l + 4); // "/pd\0" in make_pipe_path()
1238 strcpy(pipepath, pipedir); in make_pipe_path()
1239 pipepath[l++] = '/'; in make_pipe_path()
1240 pipeid = pipepath + l; in make_pipe_path()
1244 if (!pipepath) in open_pipe()
1247 int fd = open(pipepath, O_RDWR); in open_pipe()
1334 uaf_pipe = open(pipepath, O_WRONLY); in reopen_pipe()