Searched refs:library (Results 1 - 5 of 5) sorted by relevance

/system/core/liblinenoise/
H A DAndroid.mk4 # Static library
/system/extras/librank/
H A Dlibrank.c74 struct library_info *library; local
94 library = calloc(1, sizeof(*library));
95 if (!library) {
96 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
99 library->name = malloc(strlen(name) + 1);
100 if (!library->name) {
101 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
104 strcpy(library->name, name);
105 library
118 get_mapping(struct library_info *library, struct process_info *proc) argument
[all...]
/system/core/libzipfile/
H A DAndroid.mk3 # build host static library
19 # build device static library
/system/core/libpixelflinger/
H A DAndroid.mk63 # Shared library
79 # Static library version
/system/extras/tests/bionic/libc/
H A DAndroid.mk187 # shared library are only called once. We thus need to
188 # build a shared library, then call it from another
206 # on dlclose(). We thus need to generate a C++ shared library
257 # the shared version will use the target device's C library, while

Completed in 1880 milliseconds