Searched defs:dir2file (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-path-util.c304 _cleanup_free_ char *dir2 = NULL, *dir2file = NULL; local
405 dir2file = path_join(NULL, dir2, "file");
406 assert_se(dir2file);
407 fd = open(dir2file, O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0664);

Completed in 688 milliseconds