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

  /src/usr.sbin/makefs/v7fs/
v7fs_populate.c 199 char srcpath[MAXPATHLEN + 1]; local in function:populate_walk
236 snprintf(srcpath, sizeof(srcpath), "%s/%s", dir,
238 error = file_copy(fs, parent_inode, cur, srcpath);
  /src/usr.sbin/sysinst/
target.c 407 cp_to_target(const char *srcpath, const char *tgt_path)
411 return run_program(0, "/bin/cp %s %s", srcpath, real_path);

Completed in 12 milliseconds