HomeSort by: relevance | last modified time | path
    Searched refs:filepath (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/mit/isl/dist/
py-compile 113 filetrans="filepath = path"
115 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
146 if not os.path.exists(filepath) or not (len(filepath) >= 3
147 and filepath[-3:] == '.py'):
152 py_compile.compile(filepath, $import_call(filepath), path)
154 py_compile.compile(filepath, filepath + 'c', path)
170 if not os.path.exists(filepath) or not (len(filepath) >=
    [all...]
  /src/tests/lib/libc/gen/posix_spawn/
t_spawn.c 205 spawn_chdir(const char *dirpath, const char *filepath, enum chdirop operation,
214 if (filepath)
215 empty_outfile(filepath);
286 char chdirpath[PATH_MAX], filepath[PATH_MAX]; local
290 if (snprintf(filepath, sizeof(filepath), "%s/%s", chdirpath, FILENAME)
291 >= (int)sizeof(filepath))
294 spawn_chdir(chdirpath, filepath, OP_CHDIR, 0);
297 check_success(chdirpath, filepath);
313 char *chdirwd, *filepath; local
342 char cwd[PATH_MAX], filepath[PATH_MAX]; local
389 char chdirpath[PATH_MAX], filepath[PATH_MAX]; local
415 char *chdirwd, *filepath; local
445 char cwd[PATH_MAX], filepath[PATH_MAX]; local
    [all...]
  /src/external/bsd/zstd/dist/build/meson/
GetZstdLibraryVersion.py 13 def find_version_tuple(filepath):
15 with open(filepath) as fd:
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
save-trace.exp 149 set filepath [standard_output_file "savetrace-relative.tr"]
155 if {[string first [pwd] $filepath] != 0} {
156 error "[pwd] is not a prefix of $filepath."
159 set filepath [string map "[pwd] ." $filepath]
160 do_save_load_test "$filepath"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
save-trace.exp 149 set filepath [standard_output_file "savetrace-relative.tr"]
155 if {[string first [pwd] $filepath] != 0} {
156 error "[pwd] is not a prefix of $filepath."
159 set filepath [string map "[pwd] ." $filepath]
160 do_save_load_test "$filepath"
  /src/external/gpl2/xcvs/dist/src/
hardlink.c 59 /* Return a pointer to FILEPATH's node in the hardlist. This means
64 lookup_file_by_inode (const char *filepath)
72 file = strrchr (filepath, '/');
76 file = filepath;
112 p = findnode (hp->data, filepath);
117 p->key = xstrdup (filepath);
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
template.py 108 str(filepath.relative_to(self.directory))
109 for filepath in self.directory.rglob("*.j2")
153 filepath: Path | None = field(default=None)
156 if self.filepath is None:
158 self.filepath = Path(f"zones/{base}.db")
  /src/libexec/ld.elf_so/
load.c 114 _rtld_load_object(const char *filepath, int flags, sigset_t *mask)
119 size_t pathlen = strlen(filepath);
128 if (pathlen == obj->pathlen && !strcmp(obj->path, filepath)) {
145 if ((fd = open(filepath, O_RDONLY)) == -1) {
146 _rtld_error("Cannot open \"%s\"", filepath);
150 _rtld_error("Cannot fstat \"%s\"", filepath);
168 strcmp(_rtld_objself.path, filepath) == 0) {
176 obj = _rtld_map_object(filepath, fd, &sb);
180 _rtld_digest_dynamic(filepath, obj);
  /src/external/bsd/atf/dist/atf-sh/
atf-sh.cpp 55 const atf::fs::path filepath(filename);
56 if (filepath.branch_path().str() == ".")
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.cc 61 const char *StripPathPrefix(const char *filepath,
63 if (!filepath) return nullptr;
64 if (!strip_path_prefix) return filepath;
65 const char *res = filepath;
66 if (const char *pos = internal_strstr(filepath, strip_path_prefix))
sanitizer_win.cc 413 const char *filepath; member in struct:__sanitizer::__anon4143::ModuleInfo
437 module_infos[i].filepath = modules[i].full_name();
448 mi.filepath[0] ? mi.filepath : "[no name]");
449 } else if (mi.filepath[0]) {
450 Printf("\t??\?-??? %s\n", mi.filepath);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common.cpp 59 const char *StripPathPrefix(const char *filepath,
61 if (!filepath) return nullptr;
62 if (!strip_path_prefix) return filepath;
63 const char *res = filepath;
64 if (const char *pos = internal_strstr(filepath, strip_path_prefix))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-go/
llvm-go.go 21 "path/filepath"
73 bin, _ := filepath.Split(os.Args[0])
74 configpath = filepath.Join(bin, "llvm-config")
164 path := filepath.Join(tmpgopath, "src", p.pkgpath)
165 err := os.MkdirAll(filepath.Dir(path), os.ModePerm)
171 if !filepath.IsAbs(abspath) {
172 abspath = filepath.Join(srcdir, abspath)
184 newgopathlist = append(newgopathlist, filepath.SplitList(os.Getenv("GOPATH"))...)
185 newgopath := strings.Join(newgopathlist, string(filepath.ListSeparator))
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
filelogger.d 219 const string filepath = tmpFolder ~ "/bug15771/minas/oops/";
220 const string filename = filepath ~ "output.txt";
221 assert(!exists(filepath));
227 assert(exists(filepath));
  /src/external/bsd/zstd/dist/contrib/freestanding_lib/
freestanding.py 457 filepath = os.path.join(root, filename)
458 yield filepath
514 for filepath in self._dst_lib_file_paths():
515 file = FileLines(filepath)
520 for filepath in self._dst_lib_file_paths():
521 partial_preprocessor.preprocess(filepath)
529 for filepath in self._dst_lib_file_paths():
530 file = FileLines(filepath)
557 for filepath in self._dst_lib_file_paths():
558 file = FileLines(filepath)
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common.cpp 87 const char *StripPathPrefix(const char *filepath,
89 if (!filepath) return nullptr;
90 if (!strip_path_prefix) return filepath;
91 const char *res = filepath;
92 if (const char *pos = internal_strstr(filepath, strip_path_prefix))
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
base.py 22 filepath = os.path.join(source_path, filename)
23 if not os.path.isdir(filepath):
  /src/usr.sbin/rbootd/
rmpproto.c 290 char *filename, filepath[RMPBOOTDATA+1]; local
318 * Copy file name to `filepath' string, and into reply packet.
320 dst1 = filepath;
341 if ((filename = strrchr(filepath,'/')) != NULL)
344 filename = filepath;
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
coverage-report-server.py 154 filepath = os.path.join(self.src_path, filename)
155 if not os.path.exists(filepath):
166 with open(filepath, 'r', encoding='utf8') as f:
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
expand_path.c 429 int filepath,
432 return _krb5_expand_path_tokensv(context, path_in, filepath, ppath_out, NULL);
464 int filepath,
595 if (filepath && *ppath_out) {
cache.c 193 int filepath; local
195 filepath = (strcmp("FILE", ops->prefix) == 0
199 ret = _krb5_expand_path_tokens(context, residual, filepath, &exp_residual);
419 int filepath; local
421 filepath = (strncmp("FILE:", str, 5) == 0
425 return _krb5_expand_path_tokens(context, str, filepath, res);
517 int filepath; local
604 filepath = (strncmp("FILE:", p, 5) == 0
608 ret = _krb5_expand_path_tokens(context, p, filepath, &exp_p);
  /src/usr.sbin/makefs/v7fs/
v7fs_populate.c 134 const char *filepath)
167 if ((fd = open(filepath, O_RDONLY)) == -1) {
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
format.py 208 filepath = os.path.join(sourcePath, filename)
209 if not os.path.isdir(filepath):
  /src/sys/arch/hpc/stand/hpcboot/menu/
menu.cpp 529 TCHAR filepath[MAX_PATH]; local
537 wsprintf(filepath, TEXT("\\%s\\%s"), path, filename);
538 _logfile = CreateFile(filepath, GENERIC_WRITE, 0, 0,
543 wsprintf(path, TEXT("log file is %s\n"), filepath);
  /src/external/bsd/zstd/dist/tests/
test-zstd-versions.py 167 def sha1_of_file(filepath):
168 with open(filepath, 'rb') as f:

Completed in 37 milliseconds

1 2