Lines Matching defs:URI
2669 Loaded Code Object Path Uniform Resource Identifier (URI)
2673 which the code object was loaded as a textual Uniform Resource Identifier (URI).
2678 The loaded code object path URI syntax is defined by the following BNF syntax:
2695 Is the file's path specified as a URI encoded UTF-8 string. In URI encoding,
2701 Is a 0-based byte offset to the start of the code object. For a file URI, it
2703 defaults to 0. For a memory URI, it is the memory address and is required.
2706 Is the number of bytes in the code object. For a file URI, if omitted it
2707 defaults to the size of the file. It is required for a memory URI.