Searched refs:fullpath (Results 1 – 2 of 2) sorted by relevance
196 static int handle_symlink(const char *filename, const char *fullpath) in handle_symlink() argument224 n = readlink(fullpath, linktarget, sizeof(linktarget)); in handle_symlink()235 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file() argument257 if ((b = BIO_new_file(fullpath, "r")) == NULL) { in do_file()
3415 my $fullpath = catfile($_, "$name$target{exe_extension}");3416 if (-f $fullpath and -x $fullpath) {3417 return $fullpath;
Completed in 11 milliseconds