Home
last modified time | relevance | path

Searched refs:srcpath (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/makefs/v7fs/
Dv7fs_populate.c199 char srcpath[MAXPATHLEN + 1]; in populate_walk() local
236 snprintf(srcpath, sizeof(srcpath), "%s/%s", dir, in populate_walk()
238 error = file_copy(fs, parent_inode, cur, srcpath); in populate_walk()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddebuginfod-support.c70 const char *srcpath, in debuginfod_source_query() argument
307 const char *srcpath, in debuginfod_source_query() argument
323 user_data data ("source file", srcpath); in debuginfod_source_query()
335 srcpath, in debuginfod_source_query()
340 print_outcome (fd.get (), "source file", srcpath); in debuginfod_source_query()
Dsource.c1159 std::string srcpath; in open_source_file() local
1161 srcpath = s->filename; in open_source_file()
1164 srcpath = s->compunit ()->dirname (); in open_source_file()
1165 srcpath += SLASH_STRING; in open_source_file()
1166 srcpath += s->filename; in open_source_file()
1173 if (build_id != nullptr && !srcpath.empty ()) in open_source_file()
1178 srcpath.c_str (), in open_source_file()
DChangeLog-202015112 srcpath.
/netbsd/src/external/bsd/libarchive/dist/cpio/
Dcpio.c689 file_to_archive(struct cpio *cpio, const char *srcpath) in file_to_archive() argument
703 archive_entry_copy_sourcepath(entry, srcpath); in file_to_archive()
733 destpath = srcpath; in file_to_archive()
735 len = cpio->destdir_len + strlen(srcpath) + 8; in file_to_archive()
748 strcat(cpio->pass_destpath, remove_leading_slash(srcpath)); in file_to_archive()
784 const char *srcpath = archive_entry_sourcepath(entry); in entry_to_archive() local
815 archive_entry_set_hardlink(t, srcpath); in entry_to_archive()
841 fd = open(srcpath, O_RDONLY | O_BINARY); in entry_to_archive()
844 "%s: could not open file", srcpath); in entry_to_archive()
857 srcpath, in entry_to_archive()
[all …]