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

/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp43 #define LIB_PREFIX "/lib" macro
44 #define LIB_PREFIX_LEN (sizeof(LIB_PREFIX) - 1)
336 || strncmp(lastSlash, LIB_PREFIX, LIB_PREFIX_LEN)) {

Completed in 117 milliseconds