HomeSort by relevance Sort by last modified time
    Searched full:conf_int (Results 1 - 1 of 1) sorted by null

  /external/android-clat/
config.c 64 long int conf_int; local
72 conf_int = strtol(tmp,&endptr,10);
85 if(conf_int > INT16_MAX || conf_int < INT16_MIN) {
86 logmsg(ANDROID_LOG_FATAL,"%s config item is too big/small: %d",item_name,conf_int);
89 *ret_val_ptr = conf_int;

Completed in 336 milliseconds