HomeSort by: relevance | last modified time | path
    Searched defs:srcpath (Results 1 - 1 of 1) 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);

Completed in 13 milliseconds