Home
last modified time | relevance | path

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

/system/linkerconfig/modules/include/linkerconfig/
Dapex.h33 bool has_lib; member
38 std::vector<std::string> require_libs, bool has_bin, bool has_lib) in ApexInfo()
44 has_lib(has_lib) { in ApexInfo()
/system/linkerconfig/modules/
Dapex.cc41 bool has_lib = DirExists(path + "/lib") || DirExists(path + "/lib64"); in ScanActiveApexes() local
49 has_lib); in ScanActiveApexes()
/system/linkerconfig/modules/tests/
Dapex_test.cc108 ASSERT_FALSE(apexes["foo"].has_lib); in TEST_F()
112 ASSERT_TRUE(apexes["bar"].has_lib); in TEST_F()
/system/linkerconfig/
Dmain.cc188 if (apex_info.has_bin || apex_info.has_lib) { in GetContext()