6 calls to file_stream_wrapper_get_instance_by_uri()
- drupal_chmod in drupal-7.x/
includes/ file.inc - Sets the permissions on a file or directory.
- drupal_realpath in drupal-7.x/
includes/ file.inc - Resolves the absolute filepath of a local URI or filepath.
- file_create_url in drupal-7.x/
includes/ file.inc - Creates a web-accessible URL for a stream to an external or local file.
- file_get_mimetype in drupal-7.x/
includes/ file.inc - Determines an Internet Media Type or MIME type from a filename.
- image_style_url in drupal-7.x/
modules/ image/ image.module - Returns the URL for an image derivative given a style and image path.
- StreamWrapperTest::testUriFunctions in drupal-7.x/
modules/ simpletest/ tests/ file.test - Test the URI and target functions.