Searched refs:wildcard (Results 1 – 8 of 8) sorted by relevance
/system/core/init/ |
D | ueventd.cpp | 104 int wildcard = 0; in set_device_permission() local 143 wildcard = 1; in set_device_permission() 170 add_dev_perms(name, attr, perm, uid, gid, prefix, wildcard); in set_device_permission()
|
D | devices.h | 27 unsigned short wildcard);
|
D | devices.cpp | 80 unsigned short wildcard; member 102 unsigned short wildcard) { in add_dev_perms() argument 121 node->dp.wildcard = wildcard; in add_dev_perms() 145 } else if (dp->wildcard) { in fixup_sys_perms() 179 } else if (dp->wildcard) { in perm_path_matches()
|
/system/security/keystore-engine/ |
D | Android.mk | 20 ifneq (,$(wildcard $(TOP)/external/boringssl/flavor.mk))
|
/system/core/liblog/tests/ |
D | Android.mk | 63 ifneq ($(wildcard $(LOCAL_PATH)/../../../../bionic/libc/bionic/libc_logging.cpp),)
|
/system/sepolicy/ |
D | Android.mk | 31 …ch file, $(addsuffix /$(type), $(LOCAL_PATH) $(BOARD_SEPOLICY_DIRS)), $(sort $(wildcard $(file))))) 35 … $(1), $(foreach file, $(addsuffix /$(type), $(BOARD_SEPOLICY_DIRS)), $(sort $(wildcard $(file))))) 165 $(foreach file, $(addprefix $(LOCAL_PATH)/, $(sepolicy_build_files)), $(sort $(wildcard $(file))))
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 758 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 791 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 802 # wildcard * is used, a substring. Examples: ANamespace, AClass, 817 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 1922 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
D | Doxyfile | 758 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 791 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 802 # wildcard * is used, a substring. Examples: ANamespace, AClass, 817 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 1922 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|