Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader_test.cpp46 #define LIB_DIR "lib64" macro
48 #define LIB_DIR "lib" macro
346 std::string library_path = "/data/app/foo/" LIB_DIR "/arm";
347 std::string permitted_path = "/data/app/foo/" LIB_DIR;
495 expected_library_path = expected_library_path + ":/vendor/" LIB_DIR; in TEST_P()
496 expected_permitted_path = expected_permitted_path + ":/vendor/" LIB_DIR; in TEST_P()
520 … expected_library_path = expected_library_path + ":/product/" LIB_DIR ":/system/product/" LIB_DIR; in TEST_P()
522 expected_permitted_path + ":/product/" LIB_DIR ":/system/product/" LIB_DIR; in TEST_P()
553 const std::string second_app_library_path = "/data/app/bar/" LIB_DIR "/arm"; in TEST_P()
554 const std::string second_app_permitted_path = "/data/app/bar/" LIB_DIR; in TEST_P()
/art/test/071-dexfile/src/
DMain.java30 private static final String LIB_DIR = "/nowhere/nothing/"; field in Main
90 LIB_DIR, in getDexClassLoader()