Lines Matching refs:path
120 public.ls_(options, path) =
122 .SUBDIRS: $(path)
136 public.subdirs_(options, path) =
138 .SUBDIRS: $(path)
165 public.files(options, path) =
169 .SUBDIRS: $(path)
256 public.makeDirectory(path) =
257 $(path):
259 return $(dir $(path))
272 foreach (path, $(path_list))
273 if $(file-exists $(path))
274 private.file_stat = $(stat $(path))
322 # digest-in-path-optional_internal
325 # Internal function for digest-in-path-optional
330 digest-in-path-optional_internal(path, file) =
331 # Unnecessary to search for path if it is an absolute path
338 # Relative path
339 foreach(dir, $(path))
353 # digest-in-path-optional_
356 # Version of digest-in-path-optional that does not reference cache
361 public.digest-in-path-optional_(path, files) =
362 # To test the current path first
363 path = . $(path)
367 GLOBAL_TEMP_RESULT += $(digest-in-path-optional_internal $(path), $(filename))