HomeSort by relevance Sort by last modified time
    Searched defs:LIB_PREFIX (Results 1 - 5 of 5) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 19 LIB_PREFIX = lib
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk 11 LIB_PREFIX = lib
  /external/icu/icu4c/source/common/
umapfile.c 63 # define LIB_PREFIX "lib"
412 and this here straightened out with LIB_PREFIX and LIB_SUFFIX (both empty?!)
422 uprv_strcpy(basename, LIB_PREFIX U_LIBICUDATA_NAME U_ICU_VERSION_SHORT LIB_SUFFIX);
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.h 143 # define LIB_PREFIX ""
149 # define LIB_PREFIX "cyg"
155 # define LIB_PREFIX "lib"
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 44 #define LIB_PREFIX "/lib"
45 #define LIB_PREFIX_LEN (sizeof(LIB_PREFIX) - 1)
360 || strncmp(lastSlash, LIB_PREFIX, LIB_PREFIX_LEN)) {

Completed in 748 milliseconds