OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srcpath
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/makefs/v7fs/
v7fs_populate.c
199
char
srcpath
[MAXPATHLEN + 1];
local
236
snprintf(
srcpath
, sizeof(
srcpath
), "%s/%s", dir,
238
error = file_copy(fs, parent_inode, cur,
srcpath
);
/src/external/bsd/libarchive/dist/cpio/
cpio.c
703
file_to_archive(struct cpio *cpio, const char *
srcpath
)
716
archive_entry_copy_sourcepath(entry,
srcpath
);
747
len = cpio->destdir_len + strlen(
srcpath
) + 8;
760
strcat(cpio->pass_destpath, remove_leading_slash(
srcpath
));
763
archive_entry_set_pathname(entry,
srcpath
);
798
const char *
srcpath
= archive_entry_sourcepath(entry);
local
828
archive_entry_set_hardlink(t,
srcpath
);
854
fd = open(
srcpath
, O_RDONLY | O_BINARY);
857
"%s: could not open file",
srcpath
);
870
srcpath
,
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
source.c
1182
std::string
srcpath
;
1184
srcpath
= s->filename;
1187
srcpath
= s->compunit ()->dirname ();
1188
srcpath
+= SLASH_STRING;
1189
srcpath
+= s->filename;
1196
if (build_id != nullptr && !
srcpath
.empty ())
1201
srcpath
.c_str (),
1179
std::string
srcpath
;
local
/src/external/gpl3/gdb/dist/gdb/
source.c
1182
std::string
srcpath
;
1184
srcpath
= s->filename;
1187
srcpath
= s->compunit ()->dirname ();
1188
srcpath
+= SLASH_STRING;
1189
srcpath
+= s->filename;
1196
if (build_id != nullptr && !
srcpath
.empty ())
1201
srcpath
.c_str (),
1179
std::string
srcpath
;
local
Completed in 58 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026