Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp48 #define LIB_DIR "lib64" macro
50 #define LIB_DIR "lib" macro
53 static const std::string kSystemLibraryPath = "/system/" LIB_DIR;
54 static const std::string kVendorLibraryPath = "/vendor/" LIB_DIR;
55 static const std::string kProductLibraryPath = "/product/" LIB_DIR;
60 "/apex/com.android.art/" LIB_DIR,
61 "/apex/com.android.i18n/" LIB_DIR,
62 "/apex/com.android.neuralnetworks/" LIB_DIR,
63 "/apex/com.android.runtime/" LIB_DIR,
80 "/apex/com.android.art/" LIB_DIR "/libsigchain.so",