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

/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp40 #define LIB_PREFIX "/lib" macro
41 #define LIB_PREFIX_LEN (sizeof(LIB_PREFIX) - 1)
345 && !strncmp(lastSlash, LIB_PREFIX, LIB_PREFIX_LEN)

Completed in 56 milliseconds