Home | History | Annotate | Download | only in libutil

Lines Matching defs:custom_path

209 ATF_TC_WITHOUT_HEAD(custom_path);
210 ATF_TC_BODY(custom_path, tc)
225 char *custom_path;
237 custom_path = generate_varrun_pidfile("custom-basename");
242 check_pidfile(custom_path);
246 check_pidfile(custom_path);
248 free(custom_path);
261 char *custom_path;
266 custom_path = generate_varrun_pidfile("custom-basename");
269 ensure_deleted(custom_path);
271 free(custom_path);
309 char *custom_path;
312 custom_path = generate_varrun_pidfile("custom-basename");
328 check_pidfile(custom_path);
330 free(custom_path);
357 ATF_TP_ADD_TC(tp, custom_path);