public static int createPathSELinuxGetLabelRequest( FlatBufferBuilder builder, int pathOffset, boolean follow_symlinks) { builder.startObject(2); PathSELinuxGetLabelRequest.addPath(builder, pathOffset); PathSELinuxGetLabelRequest.addFollowSymlinks(builder, follow_symlinks); return PathSELinuxGetLabelRequest.endPathSELinuxGetLabelRequest(builder); }
public static PathSELinuxGetLabelRequest getRootAsPathSELinuxGetLabelRequest( ByteBuffer _bb, PathSELinuxGetLabelRequest obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }