Home
last modified time | relevance | path

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

/system/linkerconfig/modules/include/linkerconfig/
Dapex.h33 bool has_bin; member
40 std::vector<std::string> jni_libs, bool has_bin, bool has_lib) in ApexInfo()
46 has_bin(has_bin), in ApexInfo()
/system/linkerconfig/modules/tests/
Dapex_test.cc113 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()
/system/linkerconfig/modules/
Dapex.cc40 bool has_bin = DirExists(path + "/bin"); in ScanActiveApexes() local
49 has_bin, in ScanActiveApexes()
/system/linkerconfig/
Dmain.cc191 if (apex_info.has_bin || apex_info.has_lib) { in GetContext()
261 if (apex_item.has_bin) { in GenerateApexConfigurations()