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

  /hardware/invensense/60xx/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/tools/pkgdata/
pkgtypes.h 139 # define LIB_PREFIX ""
145 # define LIB_PREFIX "cyg"
151 # define LIB_PREFIX "lib"
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 58 # define LIB_PREFIX "lib"
411 and this here straightened out with LIB_PREFIX and LIB_SUFFIX (both empty?!)
421 uprv_strcpy(basename, LIB_PREFIX U_LIBICUDATA_NAME U_ICU_VERSION_SHORT LIB_SUFFIX);
  /external/icu4c/common/
umapfile.c 58 # define LIB_PREFIX "lib"
407 and this here straightened out with LIB_PREFIX and LIB_SUFFIX (both empty?!)
417 uprv_strcpy(basename, LIB_PREFIX U_LIBICUDATA_NAME U_ICU_VERSION_SHORT LIB_SUFFIX);
  /external/icu4c/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 40 #define LIB_PREFIX "/lib"
41 #define LIB_PREFIX_LEN (sizeof(LIB_PREFIX) - 1)
345 && !strncmp(lastSlash, LIB_PREFIX, LIB_PREFIX_LEN)

Completed in 1000 milliseconds