Lines Matching refs:object_name
237 for object_name in args:
239 matches = archive.find(object_name)
246 object_name))
253 for object_name in args:
255 matches = archive.find(object_name)
261 object_name, archive.path))
345 if options.object_name:
347 matches = archive.find(options.object_name, options.mtime)
357 options.object_name))
363 options.object_name))
404 def print_multiple_object_matches(result, object_name, mtime, matches): argument
406 "modification time %#08.8x:" % (object_name, mtime), file=result)
412 def print_archive_object_error(result, object_name, mtime, archive): argument
413 matches = archive.find(object_name, f=result)
417 mtime, object_name), file=result)
423 object_name), file=result)
510 (archive_path, object_name) = path[0:-1].split('(')
511 if not archive_path and not object_name:
528 matches = archive.find(object_name, dmap_mtime)
542 print_archive_object_error(result, object_name,
549 object_name,