HomeSort by relevance Sort by last modified time
    Searched refs:DT_UNKNOWN (Results 51 - 61 of 61) sorted by null

1 23

  /bionic/libc/bionic/
fts.c 709 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
  /ndk/sources/host-tools/make-3.81/
dir.c 1170 d->d_type = DT_UNKNOWN;
  /ndk/sources/host-tools/make-3.81/glob/
glob.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 1033 * Also accept DT_UNKNOWN (0) in case
1037 dent->d_type != DT_UNKNOWN)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 284 * Also accept DT_UNKNOWN (0) in case
288 dent->d_type != DT_UNKNOWN)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 282 * Also accept DT_UNKNOWN (0) in case
286 dent->d_type != DT_UNKNOWN)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 264 * DT_UNKNOWN (0) in case the C library or underlying file
266 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
374 * DT_UNKNOWN (0) in case the C library or underlying file
376 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
423 * Also accept DT_UNKNOWN (0) in case
427 dent->d_type != DT_UNKNOWN)
    [all...]
  /external/kernel-headers/original/linux/
fs.h 986 #define DT_UNKNOWN 0
    [all...]
  /external/strace/
file.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c     [all...]

Completed in 544 milliseconds

1 23