HomeSort by: relevance | last modified time | path
    Searched refs:extract_file_to (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/arch/evbarm/
md.c 236 extract_file_to(dist, false, "/", "./netbsd", false);
247 extract_file_to(dist, false, "/boot", "./netbsd.ub", false);
252 extract_file_to(dist, false, "/boot", "./netbsd.img", false);
  /src/usr.sbin/sysinst/
defs.h 901 int extract_file_to(distinfo *dist, int update, const char *dest_dir,
util.c 986 return extract_file_to(dist, update, dest_dir, NULL, true);
990 extract_file_to(distinfo *dist, int update, const char *dest_dir, function in typeref:typename:int

Completed in 13 milliseconds