OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIB_SUFFIX
(Results
1 - 4
of
4
) sorted by null
/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
}")
/ndk/build/tools/
build-cxx-stl.sh
501
local SRC OBJ OBJECTS EXTRA_CFLAGS EXTRA_CXXFLAGS EXTRA_LDFLAGS
LIB_SUFFIX
GCCVER
560
LIB_SUFFIX
="$(get_lib_suffix_for_abi $ABI)"
634
log "Building $DSTDIR/${CXX_STL_LIB}_shared${
LIB_SUFFIX
}"
635
builder_shared_library ${CXX_STL_LIB}_shared $
LIB_SUFFIX
"$FLOAT_ABI"
/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)