Home
last modified time | relevance | path

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

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