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.c1161 char *pipepath; variable
1238 pipepath = malloc(l + 4); // "/pd\0" in make_pipe_path()
1239 strcpy(pipepath, pipedir); in make_pipe_path()
1240 pipepath[l++] = '/'; in make_pipe_path()
1241 pipeid = pipepath + l; in make_pipe_path()
1245 if (!pipepath) in open_pipe()
1248 int fd = open(pipepath, O_RDWR); in open_pipe()
1335 uaf_pipe = open(pipepath, O_WRONLY); in reopen_pipe()