Lines Matching refs:system

26 # actually symlinks to the files under /system/lib. The symlinks exist for
28 namespace.default.permitted.paths = /system/${LIB}
29 namespace.default.asan.permitted.paths = /system/${LIB}
41 # This namespace is for linking to LLNDK and ASAN libraries on the system.
46 namespace.platform.search.paths = /system/${LIB}
47 namespace.platform.asan.search.paths = /data/asan/system/${LIB}
48 namespace.platform.asan.search.paths += /system/${LIB}
57 # /system/lib/libc.so, etc are symlinks to /apex/com.android.lib/lib/bionic/libc.so, etc.
61 # the order of /system/lib and /apex/... in search.paths. If /apex/...
62 # is after /system/lib, then /apex/... is never tried because libc.so
63 # is always found in /system/lib but fails to pass the accessibility test
76 # Keep the below in sync with "sphal" namespace in system's /etc/ld.config.txt
85 namespace.sphal.permitted.paths += /system/vendor/${LIB}
97 # Keep the below in sync with "vndk" namespace in system's /etc/ld.config.txt
104 namespace.sphal.search.paths += /system/${LIB}/vndk-sp${VNDK_VER}
110 namespace.sphal.permitted.paths += /system/vendor/${LIB}/hw
111 namespace.sphal.permitted.paths += /system/vendor/${LIB}/egl
113 namespace.sphal.permitted.paths += /system/${LIB}/vndk-sp${VNDK_VER}/hw
119 namespace.sphal.asan.search.paths += /data/asan/system/${LIB}/vndk-sp${VNDK_VER}
120 namespace.sphal.asan.search.paths += /system/${LIB}/vndk-sp${VNDK_VER}
131 namespace.sphal.asan.permitted.paths += /data/asan/system/${LIB}/vndk-sp${VNDK_VER}/hw
132 namespace.sphal.asan.permitted.paths += /system/${LIB}/vndk-sp${VNDK_VER}/hw
134 # Once in this namespace, access to libraries in /system/lib is restricted. Only
146 # With VNDK APEX, /system/${LIB}/vndk-sp${VNDK_VER} is a symlink to the following.