Elektra  0.9.2
Plugin: noresolver
  • infos = Information about the noresolver plugin is in keys below
  • infos/author = Markus Raab elekt.nosp@m.ra@l.nosp@m.ibele.nosp@m.ktra.nosp@m..org
  • infos/licence = BSD
  • infos/provides = resolver
  • infos/needs =
  • infos/placements = rollback getresolver setresolver
  • infos/status = maintained nodep libc configurable unfinished nodoc concept
  • infos/description = resolver dummy that always succeeds

Explanation

Returns success on every call and can be used as resolver.

It also exports a function checks if a filename is valid. It returns 1 for a relative path and 0 for an absolute path (always successfully).

The path passed to the storage plugin via the parent key is exactly the value that was set during mounting. This plugin does not resolve any paths. If a relative path was set while mounting, storage plugins may treat it as relative to the current working directory.