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

  /src/usr.sbin/sysinst/
util.c 976 const char *dest_dir = NULL; local in function:extract_file
979 dest_dir = "/.sysinst";
980 make_target_dir(dest_dir);
982 dest_dir = "/usr";
984 dest_dir = "/";
986 return extract_file_to(dist, update, dest_dir, NULL, true);
990 extract_file_to(distinfo *dist, int update, const char *dest_dir,
1045 target_chdir_or_die(dest_dir);
util.c 976 const char *dest_dir = NULL; local in function:extract_file
979 dest_dir = "/.sysinst";
980 make_target_dir(dest_dir);
982 dest_dir = "/usr";
984 dest_dir = "/";
986 return extract_file_to(dist, update, dest_dir, NULL, true);
990 extract_file_to(distinfo *dist, int update, const char *dest_dir,
1045 target_chdir_or_die(dest_dir);

Completed in 25 milliseconds