Home
last modified time | relevance | path

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

/cts/tools/cts-tradefed/etc/
Dcts-tradefed105 LIB_DIR=${CTS_ROOT}/android-cts/lib
107 LD_LIBRARY_PATH=${LIB_DIR}:${LIB_DIR}64:${LD_LIBRARY_PATH}
110 DYLD_LIBRARY_PATH=${LIB_DIR}:${LIB_DIR}64:${DYLD_LIBRARY_PATH}
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp46 #define LIB_DIR "lib64" macro
48 #define LIB_DIR "lib" macro
51 static const std::string kSystemLibraryPath = "/system/" LIB_DIR;
52 static const std::string kVendorLibraryPath = "/vendor/" LIB_DIR;
53 static const std::string kProductLibraryPath = "/product/" LIB_DIR;
58 "/apex/com.android.art/" LIB_DIR,
59 "/apex/com.android.i18n/" LIB_DIR,
60 "/apex/com.android.neuralnetworks/" LIB_DIR,
61 "/apex/com.android.runtime/" LIB_DIR,
78 "/apex/com.android.art/" LIB_DIR "/libsigchain.so",