HomeSort by relevance Sort by last modified time
    Searched refs:entry_options (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/native/
LinuxNativeDispatcher.c 52 static jfieldID entry_options; variable
78 entry_options = (*env)->GetFieldID(env, clazz, "opts", "[B");
79 CHECK_NULL(entry_options);
221 (*env)->SetObjectField(env, entry, entry_options, bytes);
UnixNativeDispatcher.c 112 static jfieldID entry_options; variable
236 entry_options = (*env)->GetFieldID(env, clazz, "opts", "[B");
237 CHECK_NULL_RETURN(entry_options, 0);
    [all...]
  /system/libufdt/utils/src/
mkdtimg_core.c 53 struct dt_options entry_options; member in struct:dt_image_writer
255 init_dt_options(&writer->entry_options);
313 return set_dt_options(&writer->entry_options, option, value);
354 &writer->entry_options, output_fdt);
376 &writer->entry_options,

Completed in 91 milliseconds