Searched refs:has_bin (Results 1 – 4 of 4) sorted by relevance
33 bool has_bin; member40 std::vector<std::string> jni_libs, bool has_bin, bool has_lib) in ApexInfo()46 has_bin(has_bin), in ApexInfo()
113 ASSERT_TRUE(apexes["foo"].has_bin); in TEST_F()117 ASSERT_FALSE(apexes["bar"].has_bin); in TEST_F()121 ASSERT_FALSE(apexes["baz"].has_bin); in TEST_F()
40 bool has_bin = DirExists(path + "/bin"); in ScanActiveApexes() local49 has_bin, in ScanActiveApexes()
191 if (apex_info.has_bin || apex_info.has_lib) { in GetContext()261 if (apex_item.has_bin) { in GenerateApexConfigurations()