Home
last modified time | relevance | path

Searched defs:has_lib (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dapex.h39 bool has_lib; member
/aosp12/system/linkerconfig/modules/
H A Dapex.cc144 bool has_lib = PathExists(path + "/lib") || PathExists(path + "/lib64"); in ScanActiveApexes() local