Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 44) sorted by relevance

12

/system/core/rootdir/
Dadb_debug.prop1 # 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/
Dupdate_manager.conf.example3 # Normally this file is loaded from /etc/update_manager.conf. If
/system/sepolicy/tests/
DAndroid.bp7 // libsepolwrap gets loaded from the system python, which does not have the
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_wifi.te24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
Drecovery.te17 # Set security contexts on files that are not known to the loaded policy.
38 # currently loaded policy. Allow it.
/system/core/fs_mgr/
Dfs_mgr_verity.cpp808 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/
Dhal_wifi.te25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/bt/device/src/
Dcontroller.cc586 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/
Dhal_wifi.te24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_wifi.te24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/chre/platform/shared/idl/
Dhost_messages.fbs72 /// 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/
Dld.config.txt43 # 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 …]
Dld.config.legacy.txt46 # 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.
Dld.config.vndk_lite.txt67 # 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/
Drecovery.te17 # 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/
Daudioserver.te45 # For A2DP bridge which is loaded directly into audioserver
/system/sepolicy/prebuilts/api/26.0/private/
Daudioserver.te45 # For A2DP bridge which is loaded directly into audioserver
Dephemeral_app.te39 # Executable content should never be loaded from an ephemeral app home directory.
/system/chre/host/msm/daemon/
Dchre_daemon.cc350 bool loaded = false; in loadLpma() local
365 loaded = true; in loadLpma()
375 return loaded; in loadLpma()
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal22 * module loaded in the system.
/system/sepolicy/prebuilts/api/28.0/private/
Daudioserver.te55 # For A2DP bridge which is loaded directly into audioserver
/system/sepolicy/private/
Daudioserver.te60 # For A2DP bridge which is loaded directly into audioserver
/system/sepolicy/prebuilts/api/29.0/private/
Daudioserver.te60 # For A2DP bridge which is loaded directly into audioserver
/system/core/libutils/
DREADME99 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/
Dbuiltins.cpp801 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