Home
last modified time | relevance | path

Searched refs:kDebugJniInvocationLibraryPath (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/
DJniInvocation.c44 static const char* kDebugJniInvocationLibraryPath = "/apex/com.android.art/" LIB_DIR "/libartd.so"; variable
136 if (stat(kDebugJniInvocationLibraryPath, &st) == 0) { in JniInvocationGetLibraryWith()
139 ALOGW("Failed to stat %s: %s", kDebugJniInvocationLibraryPath, strerror(errno)); in JniInvocationGetLibraryWith()