HomeSort by relevance Sort by last modified time
    Searched full:has_device (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/intl/
relocatable.c 78 # define HAS_DEVICE(P) \
82 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
83 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
l10nflist.c 74 # define HAS_DEVICE(P) \
77 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
dcigettext.c 207 # define HAS_DEVICE(P) \
210 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
212 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
    [all...]
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 111 int has_device; member in struct:bluetooth_alsa_config
    [all...]

Completed in 167 milliseconds