Lines Matching refs:path
245 # Find a file somewhere in the given path
250 my @path = @_;
251 foreach (@path) {
262 # Find an executable file somewhere in the given path
267 my @path = @_;
269 foreach (@path) {
281 # Find a file in environment path or in our sftppath
286 push(@spath, File::Spec->path());
293 # Find an executable file in environment path or in our httptlssrvpath
298 push(@hpath, File::Spec->path());