Searched refs:LIB_DIR (Results 1 – 2 of 2) sorted by relevance
54 #define LIB_DIR "lib64" macro56 #define LIB_DIR "lib" macro406 std::string library_path = "/data/app/foo/" LIB_DIR "/arm";407 std::string permitted_path = "/data/app/foo/" LIB_DIR;562 expected_library_path = expected_library_path + ":/vendor/" LIB_DIR; in TEST_P()563 expected_permitted_path = expected_permitted_path + ":/vendor/" LIB_DIR; in TEST_P()601 expected_library_path + ":/product/" LIB_DIR ":/system/product/" LIB_DIR; in TEST_P()603 expected_permitted_path + ":/product/" LIB_DIR ":/system/product/" LIB_DIR; in TEST_P()637 const std::string second_app_library_path = "/data/app/bar/" LIB_DIR "/arm"; in TEST_P()638 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()