Searched refs:LIB_DIR (Results 1 – 2 of 2) sorted by relevance
46 #define LIB_DIR "lib64" macro48 #define LIB_DIR "lib" macro346 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()
30 private static final String LIB_DIR = "/nowhere/nothing/"; field in Main90 LIB_DIR, in getDexClassLoader()