Lines Matching refs:custom_path
209 ATF_TC_WITHOUT_HEAD(custom_path);
210 ATF_TC_BODY(custom_path, tc) in ATF_TC_BODY() argument
225 char *custom_path; in helper_change_basenames() local
237 custom_path = generate_varrun_pidfile("custom-basename"); in helper_change_basenames()
242 check_pidfile(custom_path); in helper_change_basenames()
246 check_pidfile(custom_path); in helper_change_basenames()
248 free(custom_path); in helper_change_basenames()
261 char *custom_path; in ATF_TC_BODY() local
266 custom_path = generate_varrun_pidfile("custom-basename"); in ATF_TC_BODY()
269 ensure_deleted(custom_path); in ATF_TC_BODY()
271 free(custom_path); in ATF_TC_BODY()
309 char *custom_path; in helper_mix() local
312 custom_path = generate_varrun_pidfile("custom-basename"); in helper_mix()
328 check_pidfile(custom_path); in helper_mix()
330 free(custom_path); in helper_mix()
357 ATF_TP_ADD_TC(tp, custom_path); in ATF_TP_ADD_TCS()