src/java.base/share/native/libjimage/jimage.hpp
branchihse-remove-mapfiles-branch
changeset 56722 ec1e86ac2513
parent 56721 01b558efd286
equal deleted inserted replaced
56721:01b558efd286 56722:ec1e86ac2513
   200  * Ex.
   200  * Ex.
   201  *   JImageLocationRef location = ...
   201  *   JImageLocationRef location = ...
   202  *   char path[JIMAGE_MAX_PATH];
   202  *   char path[JIMAGE_MAX_PATH];
   203  *    (*JImageResourcePath)(image, location, path, JIMAGE_MAX_PATH);
   203  *    (*JImageResourcePath)(image, location, path, JIMAGE_MAX_PATH);
   204  */
   204  */
       
   205 extern "C" JNIEXPORT bool
       
   206 JIMAGE_ResourcePath(JImageFile* image, JImageLocationRef locationRef,
   205                                     char* path, size_t max);
   207                                     char* path, size_t max);
   206 
   208 
   207 typedef bool (*JImage_ResourcePath_t)(JImageFile* jimage, JImageLocationRef location,
   209 typedef bool (*JImage_ResourcePath_t)(JImageFile* jimage, JImageLocationRef location,
   208         char* buffer, jlong size);
   210         char* buffer, jlong size);