OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIB_PREFIX
(Results
1 - 13
of
13
) sorted by null
/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"
pkgdata.cpp
158
{ "static", "static", "Generates one statically linked library, "
LIB_PREFIX
"<package>" UDATA_LIB_SUFFIX }
164
{ "static", "static", "Generates one statically linked library, "
LIB_PREFIX
"<package>" UDATA_LIB_SUFFIX }
[
all
...]
/external/icu4c/tools/pkgdata/
pkgtypes.h
141
# define
LIB_PREFIX
""
147
# define
LIB_PREFIX
"cyg"
153
# define
LIB_PREFIX
"lib"
pkgdata.cpp
121
{ "static", "static", "Generates one statically linked library, "
LIB_PREFIX
"<package>" UDATA_LIB_SUFFIX }
127
{ "static", "static", "Generates one statically linked library, "
LIB_PREFIX
"<package>" UDATA_LIB_SUFFIX }
[
all
...]
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/
shared.mk
2
LIBRARY = $(
LIB_PREFIX
)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
54
INV_LIBS = $(MLLITE_DIR)/build/$(TARGET)/$(
LIB_PREFIX
)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk
2
LIBRARY = $(
LIB_PREFIX
)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
55
INV_LIBS = $(MLLITE_DIR)/build/$(TARGET)/$(
LIB_PREFIX
)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/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)
/hardware/invensense/60xx/libsensors_iio/software/build/android/
common.mk
11
LIB_PREFIX
= lib
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
shared.mk
2
LIBRARY = $(
LIB_PREFIX
)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk
2
LIBRARY = $(
LIB_PREFIX
)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
/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);
/hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk
11
LIB_PREFIX
= lib
Completed in 176 milliseconds