Lines Matching full:paths
18 namespace.default.search.paths = /apex/com.android.conscrypt/${LIB}
19 namespace.default.asan.search.paths = /apex/com.android.conscrypt/${LIB}
20 namespace.default.permitted.paths = /system/${LIB}
21 namespace.default.asan.permitted.paths = /system/${LIB}
37 namespace.platform.search.paths = /system/${LIB}
38 namespace.platform.asan.search.paths = /data/asan/system/${LIB}
42 # permitted paths because linker uses realpath(3) to check the accessibility
43 # of the lib. We could add this to search.paths instead but that makes the
45 # /apex/.../lib/bionic in search.paths. If the latter is after the former,
49 namespace.platform.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
50 namespace.platform.asan.permitted.paths = /apex/com.android.runtime/${LIB}/bionic