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

  /src/tests/lib/libutil/
t_pidfile.c 157 ATF_TC(default_path);
158 ATF_TC_HEAD(default_path, tc)
162 ATF_TC_BODY(default_path, tc)
224 char *default_path; local in function:helper_change_basenames
227 default_path = generate_varrun_pidfile(NULL);
231 check_pidfile(default_path);
235 check_pidfile(default_path);
241 ensure_deleted(default_path);
249 free(default_path);
260 char *default_path; local in function:ATF_TC_BODY
308 char *default_path; local in function:helper_mix
342 char *default_path; local in function:ATF_TC_BODY
    [all...]

Completed in 12 milliseconds