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

  /src/external/gpl3/gcc/dist/contrib/header-tools/
show-headers 127 srcpath = os.path.dirname(x)
128 if srcpath:
129 incl_dirs.insert (0, srcpath)
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
show-headers 127 srcpath = os.path.dirname(x)
128 if srcpath:
129 incl_dirs.insert (0, srcpath)
  /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/gpl3/gdb.old/dist/gdb/
debuginfod-support.c 70 const char *srcpath,
307 const char *srcpath,
323 user_data data ("source file", srcpath);
335 srcpath,
340 print_outcome (fd.get (), "source file", srcpath);
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/
debuginfod-support.c 71 const char *srcpath,
308 const char *srcpath,
324 user_data data ("source file", srcpath);
336 srcpath,
341 print_outcome (fd.get (), "source file", srcpath);
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/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/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);
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
coverage-report-server.py 17 --srcpath root_src_dir
188 parser.add_argument('--srcpath', required=True)
194 ServerHandler.src_path = args.srcpath
  /src/external/gpl3/gcc/dist/contrib/testsuite-management/
validate_failures.py 662 parser.add_option('--srcpath', action='store', type='string',
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
hfs.c 1842 int hfs_rename(hfsvol *vol, char *srcpath, char *dstpath)
1854 v_resolve(&vol, srcpath, &src, &srcid, srcname, 0) <= 0)

Completed in 34 milliseconds