Home
last modified time | relevance | path

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

/system/linkerconfig/modules/include/linkerconfig/
Dapex.h32 bool has_bin; member
38 std::vector<std::string> require_libs, bool has_bin, bool has_lib) in ApexInfo()
43 has_bin(has_bin), in ApexInfo()
/system/linkerconfig/modules/
Dapex.cc40 bool has_bin = DirExists(path + "/bin"); in ScanActiveApexes() local
48 has_bin, in ScanActiveApexes()
/system/linkerconfig/modules/tests/
Dapex_test.cc107 ASSERT_TRUE(apexes["foo"].has_bin); in TEST_F()
111 ASSERT_FALSE(apexes["bar"].has_bin); in TEST_F()
/system/linkerconfig/
Dmain.cc188 if (apex_info.has_bin || apex_info.has_lib) { in GetContext()
266 if (apex_item.has_bin) { in GenerateApexConfigurations()