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

  /hardware/invensense/60xx/libsensors_iio/software/build/android/
common.mk 11 LIB_PREFIX = lib
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 11 LIB_PREFIX = lib
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk 11 LIB_PREFIX = lib
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 61 # define LIB_PREFIX "lib"
410 and this here straightened out with LIB_PREFIX and LIB_SUFFIX (both empty?!)
420 uprv_strcpy(basename, LIB_PREFIX U_LIBICUDATA_NAME U_ICU_VERSION_SHORT LIB_SUFFIX);
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 141 # define LIB_PREFIX ""
147 # define LIB_PREFIX "cyg"
153 # define LIB_PREFIX "lib"
  /external/icu/icu4c/source/common/
umapfile.c 61 # define LIB_PREFIX "lib"
410 and this here straightened out with LIB_PREFIX and LIB_SUFFIX (both empty?!)
420 uprv_strcpy(basename, LIB_PREFIX U_LIBICUDATA_NAME U_ICU_VERSION_SHORT LIB_SUFFIX);
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.h 141 # define LIB_PREFIX ""
147 # define LIB_PREFIX "cyg"
153 # define LIB_PREFIX "lib"
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 43 #define LIB_PREFIX "/lib"
44 #define LIB_PREFIX_LEN (sizeof(LIB_PREFIX) - 1)
336 || strncmp(lastSlash, LIB_PREFIX, LIB_PREFIX_LEN)) {

Completed in 1173 milliseconds