- BackdropLocalStreamWrapper::chmod in core/
includes/ stream_wrappers.inc - Base implementation of chmod().
- BackdropLocalStreamWrapper::dir_opendir in core/
includes/ stream_wrappers.inc - Support for opendir().
- BackdropLocalStreamWrapper::mkdir in core/
includes/ stream_wrappers.inc - Support for mkdir().
- BackdropLocalStreamWrapper::realpath in core/
includes/ stream_wrappers.inc - Base implementation of realpath().
- BackdropLocalStreamWrapper::rename in core/
includes/ stream_wrappers.inc - Support for rename().
- BackdropLocalStreamWrapper::rmdir in core/
includes/ stream_wrappers.inc - Support for rmdir().
- BackdropLocalStreamWrapper::stream_metadata in core/
includes/ stream_wrappers.inc - Sets metadata on the stream.
- BackdropLocalStreamWrapper::stream_open in core/
includes/ stream_wrappers.inc - Support for fopen(), file_get_contents(), file_put_contents() etc.
- BackdropLocalStreamWrapper::unlink in core/
includes/ stream_wrappers.inc - Support for unlink().
- BackdropLocalStreamWrapper::url_stat in core/
includes/ stream_wrappers.inc - Support for stat().
- BackdropPublicStreamWrapper::getLocalPath in core/
includes/ stream_wrappers.inc - Returns the canonical absolute path of the URI, if possible.