Searched refs:has_bin (Results 1 – 4 of 4) sorted by relevance
32 bool has_bin; member38 std::vector<std::string> require_libs, bool has_bin, bool has_lib) in ApexInfo()43 has_bin(has_bin), in ApexInfo()
40 bool has_bin = DirExists(path + "/bin"); in ScanActiveApexes() local48 has_bin, in ScanActiveApexes()
107 ASSERT_TRUE(apexes["foo"].has_bin); in TEST_F()111 ASSERT_FALSE(apexes["bar"].has_bin); in TEST_F()
188 if (apex_info.has_bin || apex_info.has_lib) { in GetContext()266 if (apex_item.has_bin) { in GenerateApexConfigurations()