Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/
H A DREADME.md80 The file is line-based and each line consists of `tag apex_namespace
84 - `apex_namespace` is the namespace of the apex. Note that it is mangled like
88 by `apex_namespace`.
90 exposed by `apex_namespace`. Here, public libraries are the libs listed
/aosp12/system/linkerconfig/modules/tests/
H A Dapex_test.cc44 TEST(apex_namespace, build_namespace) { in TEST() argument
72 TEST(apex_namespace, resolve_between_apex_namespaces) { in TEST() argument
111 TEST(apex_namespace, extra_permitted_paths) { in TEST() argument
/aosp12/art/libnativeloader/
H A Dpublic_libraries.cpp266 std::string apex_namespace; member
446 entries[config_line->apex_namespace] = config_line->library_list; in ParseApexLibrariesConfig()