HomeSort by relevance Sort by last modified time
    Searched refs:banned_libs (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/definition-tool/tests/
test_elf_linker.py 556 banned_libs = BannedLibDict.create_default()
557 vndk_cap = gb.graph.compute_vndk_cap(banned_libs)
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 620 self.banned_libs = dict()
623 self.banned_libs[name] = BannedLib(name, reason, action)
626 return self.banned_libs.get(name)
    [all...]

Completed in 590 milliseconds