Lines Matching refs:to
20 # odex files are in /system/framework. dalvikvm has to be able to dlopen the
24 # TODO(b/119867084): Restrict fallback to platform namespace to PALette library.
41 # TODO(b/122876336): Remove libpac.so once it's migrated to Webview
44 # /system/lib/libc.so, etc are symlinks to
45 # /apex/com.android.runtime/lib/bionic/libc.so, etc. Add the path to the
46 # permitted paths because linker uses realpath(3) to check the accessibility
47 # of the lib. We could add this to search.paths instead but that makes the
51 # /system/lib but fails to pass the accessibility test because of its realpath.
52 # It's better to not depend on the ordering if possible.
56 # Note that we don't need to link the default namespace with conscrypt:
89 # TODO(b/119867084): Restrict fallback to platform namespace to PALette library.