Searched defs:sonames (Results 1 – 4 of 4) sorted by relevance
105 void ReadExtensionLibraries(const char* dirname, std::vector<std::string>* sonames) { in ReadExtensionLibraries()148 auto sonames = in InitDefaultPublicLibraries() local180 auto sonames = ReadConfig(kVendorPublicLibrariesFile, always_true); in InitVendorPublicLibraries() local193 std::vector<std::string> sonames; in InitExtendedPublicLibraries() local203 auto sonames = ReadConfig(config_file, always_true); in InitLlndkLibrariesVendor() local217 auto sonames = ReadConfig(config_file, always_true); in InitLlndkLibrariesProduct() local228 auto sonames = ReadConfig(config_file, always_true); in InitVndkspLibrariesVendor() local242 auto sonames = ReadConfig(config_file, always_true); in InitVndkspLibrariesProduct() local371 std::vector<std::string> sonames; in ParseConfig() local
144 bool android_init_anonymous_namespace(const char* sonames, const char* search_path) { in android_init_anonymous_namespace()159 const char* sonames) { in android_link_namespaces()190 struct native_bridge_namespace_t* to, const char* sonames) { in NativeBridgeLinkNamespaces()
57 std::set<std::string> sonames; in ReadPublicLibraries() local
2491 auto sonames = android::base::Split(shared_lib_sonames, ":"); in link_namespaces() local