Searched refs:fullpath (Results 1 – 2 of 2) sorted by relevance
192 static int handle_symlink(const char *filename, const char *fullpath) in handle_symlink() argument220 n = readlink(fullpath, linktarget, sizeof(linktarget)); in handle_symlink()231 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file() argument253 if ((b = BIO_new_file(fullpath, "r")) == NULL) { in do_file()
3270 my $fullpath = catfile($_, "$name$target{exe_extension}");3271 if (-f $fullpath and -x $fullpath) {3272 return $fullpath;
Completed in 7 milliseconds