Searched refs:loaded (Results 1 – 25 of 44) sorted by relevance
12
/system/core/rootdir/ |
D | adb_debug.prop | 1 # Note: This file will be loaded with highest priority to override 11 # Introduce this property to indicate that init has loaded adb_debug.prop
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 3 # Normally this file is loaded from /etc/update_manager.conf. If
|
/system/sepolicy/tests/ |
D | Android.bp | 7 // libsepolwrap gets loaded from the system python, which does not have the
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_wifi.te | 24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
D | recovery.te | 17 # Set security contexts on files that are not known to the loaded policy. 38 # currently loaded policy. Allow it.
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 808 goto loaded; in fs_mgr_setup_verity() 817 goto loaded; in fs_mgr_setup_verity() 824 goto loaded; in fs_mgr_setup_verity() 834 goto loaded; in fs_mgr_setup_verity() 841 loaded: in fs_mgr_setup_verity()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_wifi.te | 25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/bt/device/src/ |
D | controller.cc | 586 static bool loaded = false; in controller_get_interface() local 587 if (!loaded) { in controller_get_interface() 588 loaded = true; in controller_get_interface()
|
/system/sepolicy/public/ |
D | hal_wifi.te | 24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_wifi.te | 24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 72 /// Whether the nanoapp is a pre-loaded "system" nanoapp, i.e. one that should 86 /// The nanaopp can either be requested to be loaded via a file or via a buffer. 96 /// 3. Once ready, the nanoapp will be loaded from the file specified in the 109 /// appending to already loaded fragments as appropriate. 140 /// app binary to be loaded.
|
/system/core/rootdir/etc/ |
D | ld.config.txt | 43 # can't be loaded in this namespace. 55 # loaded into this namespace where libs built with the current version of 56 # Android are loaded. Mixing the two types of libs in the same namespace can 126 # cannot be loaded into the default namespace, the dynamic linker tries 128 # shared library cannot be loaded from the runtime namespace either, the 149 # to be loaded in the default namespace. 230 # loaded inside system processes. libEGL_<chipset>.so, libGLESv2_<chipset>.so, 235 # that they should be searched and loaded from this namespace. 392 # are loaded directly into this namespace. However, other libs under the system 393 # partition (VNDK and LLNDK libraries) are not loaded here but from the [all …]
|
D | ld.config.legacy.txt | 46 # cannot be loaded into the default namespace, the dynamic linker tries 48 # shared library cannot be loaded from the runtime namespace either, the 70 # to be loaded in the default namespace.
|
D | ld.config.vndk_lite.txt | 67 # cannot be loaded into the default namespace, the dynamic linker tries 69 # shared library cannot be loaded from the runtime namespace either, the 90 # to be loaded in the default namespace. 170 # loaded inside system processes. libEGL_<chipset>.so, libGLESv2_<chipset>.so, 175 # that they should be searched and loaded from this namespace.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | recovery.te | 17 # Set security contexts on files that are not known to the loaded policy. 37 # currently loaded policy. Allow it.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | audioserver.te | 45 # For A2DP bridge which is loaded directly into audioserver
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | audioserver.te | 45 # For A2DP bridge which is loaded directly into audioserver
|
D | ephemeral_app.te | 39 # Executable content should never be loaded from an ephemeral app home directory.
|
/system/chre/host/msm/daemon/ |
D | chre_daemon.cc | 350 bool loaded = false; in loadLpma() local 365 loaded = true; in loadLpma() 375 return loaded; in loadLpma()
|
/system/hardware/interfaces/wifi/keystore/1.0/ |
D | IKeystore.hal | 22 * module loaded in the system.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | audioserver.te | 55 # For A2DP bridge which is loaded directly into audioserver
|
/system/sepolicy/private/ |
D | audioserver.te | 60 # For A2DP bridge which is loaded directly into audioserver
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | audioserver.te | 60 # For A2DP bridge which is loaded directly into audioserver
|
/system/core/libutils/ |
D | README | 99 is governed by AssetManager.cpp, which tracks loaded resources per 120 AssetManager, which in turn keeps a forest structure of loaded 150 configuration/value pairs. Any number of overlay packages may be loaded
|
/system/core/init/ |
D | builtins.cpp | 801 bool loaded = fs_mgr_load_verity_state(&mode); in do_verity_load_state() local 802 if (loaded && mode != VERITY_MODE_DEFAULT) { in do_verity_load_state() 805 if (!loaded) return Error() << "Could not load verity state"; in do_verity_load_state()
|
12