Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 3 of 3) sorted by relevance

/system/linkerconfig/modules/include/linkerconfig/
Dlink.h39 void AddSharedLib(const std::string& lib_name, Args&&... lib_names);
67 void Link::AddSharedLib(const std::string& lib_name, Args&&... lib_names) { in AddSharedLib() argument
69 shared_libs_.push_back(lib_name); in AddSharedLib()
/system/extras/simpleperf/scripts/
Dreport_html.py423 def get_lib_id(self, lib_name: str) -> Optional[int]:
424 return self.lib_name_to_id.get(lib_name)
426 def add_lib(self, lib_name: str, build_id: str) -> int:
429 self.libs.append(LibInfo(lib_name, build_id))
430 self.lib_name_to_id[lib_name] = lib_id
1019 def filter_lib(lib_name: str) -> bool:
1023 if binary in lib_name:
/system/extras/simpleperf/scripts/test/
Dreport_html_test.py158 lib_name = record_data['libList'][lib['libId']]