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

  /external/oj-libjdwp/src/solaris/back/
linker_md.c 52 #define LIB_SUFFIX "dylib"
54 #define LIB_SUFFIX "so"
70 snprintf(buffer, buflen, "%s/lib%s." LIB_SUFFIX, path, fname);
110 (void)snprintf(holder, holderlen, "lib%s." LIB_SUFFIX, fname);
  /external/libdivsufsort/
CMakeLists.txt 27 set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32 or 64)")
36 set(CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 47 #define LIB_SUFFIX ".so"
48 #define LIB_SUFFIX_LEN (sizeof(LIB_SUFFIX) - 1)
357 if (strncmp(fileName + fileNameLen - LIB_SUFFIX_LEN, LIB_SUFFIX, LIB_SUFFIX_LEN)
  /external/icu/icu4c/source/common/
umapfile.cpp 66 # define LIB_SUFFIX ".dll"
444 and this here straightened out with LIB_PREFIX and LIB_SUFFIX (both empty?!)
454 uprv_strcpy(basename, LIB_PREFIX U_LIBICUDATA_NAME U_ICU_VERSION_SHORT LIB_SUFFIX);
  /external/gflags/
CMakeLists.txt 68 ## - GFLAGS_LIBRARY_INSTALL_DIR or LIB_INSTALL_DIR or LIB_SUFFIX
417 # The LIB_INSTALL_DIR and LIB_SUFFIX variables are used by the Fedora
423 gflags_define (PATH LIBRARY_INSTALL_DIR "Directory of installed libraries, e.g., \"lib64\"" "lib${LIB_SUFFIX}")

Completed in 98 milliseconds