• Home
  • Raw
  • Download

Lines Matching refs:permitted

28 namespace.default.permitted.paths   = /system/${LIB}
29 namespace.default.asan.permitted.paths = /system/${LIB}
58 # Add /apex/... path to the permitted paths because linker uses realpath(3)
66 namespace.platform.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
67 namespace.platform.asan.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
82 namespace.sphal.permitted.paths = /odm/${LIB}
83 namespace.sphal.permitted.paths += /vendor/${LIB}
84 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
85 namespace.sphal.permitted.paths += /system/vendor/${LIB}
92 namespace.sphal.asan.permitted.paths = /data/asan/odm/${LIB}
93 namespace.sphal.asan.permitted.paths += /odm/${LIB}
94 namespace.sphal.asan.permitted.paths += /data/asan/vendor/${LIB}
95 namespace.sphal.asan.permitted.paths += /vendor/${LIB}
106 namespace.sphal.permitted.paths += /odm/${LIB}/hw
107 namespace.sphal.permitted.paths += /odm/${LIB}/egl
108 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
109 namespace.sphal.permitted.paths += /vendor/${LIB}/egl
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
122 namespace.sphal.asan.permitted.paths += /data/asan/odm/${LIB}/hw
123 namespace.sphal.asan.permitted.paths += /odm/${LIB}/hw
124 namespace.sphal.asan.permitted.paths += /data/asan/odm/${LIB}/egl
125 namespace.sphal.asan.permitted.paths += /odm/${LIB}/egl
126 namespace.sphal.asan.permitted.paths += /data/asan/vendor/${LIB}/hw
127 namespace.sphal.asan.permitted.paths += /vendor/${LIB}/hw
128 namespace.sphal.asan.permitted.paths += /data/asan/vendor/${LIB}/egl
129 namespace.sphal.asan.permitted.paths += /vendor/${LIB}/egl
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
147 # Add /apex/... path to the permitted paths because linker uses realpath(3)
149 namespace.sphal.permitted.paths += /apex/com.android.vndk.${VNDK_APEX_VER}/${LIB}
150 namespace.sphal.asan.permitted.paths += /apex/com.android.vndk.${VNDK_APEX_VER}/${LIB}