OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIB_SUFFIX
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp
43
#define
LIB_SUFFIX
".so"
44
#define LIB_SUFFIX_LEN (sizeof(
LIB_SUFFIX
) - 1)
344
if ((!strncmp(fileName + fileNameLen - LIB_SUFFIX_LEN,
LIB_SUFFIX
, LIB_SUFFIX_LEN)
/external/chromium_org/third_party/icu/source/common/
umapfile.c
59
# define
LIB_SUFFIX
".dll"
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
59
# define
LIB_SUFFIX
".dll"
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
);
Completed in 674 milliseconds