HomeSort by: relevance | last modified time | path
    Searched defs:custom_path (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libutil/
t_pidfile.c 209 ATF_TC_WITHOUT_HEAD(custom_path);
210 ATF_TC_BODY(custom_path, tc)
225 char *custom_path; local in function:helper_change_basenames
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; local in function:ATF_TC_BODY
266 custom_path = generate_varrun_pidfile("custom-basename");
269 ensure_deleted(custom_path);
309 char *custom_path; local in function:helper_mix
    [all...]

Completed in 13 milliseconds