HomeSort by relevance Sort by last modified time
    Searched refs:DT_LNK (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/strace/xlat/
dirent_types.h 30 #if defined(DT_LNK) || (defined(HAVE_DECL_DT_LNK) && HAVE_DECL_DT_LNK)
31 XLAT(DT_LNK),
  /external/u-boot/include/jffs2/
jffs2.h 207 DT_LNK = 10,
208 # define DT_LNK DT_LNK
  /bionic/libc/include/
dirent.h 45 #define DT_LNK 10
  /external/libxcam/xcore/
x3a_analyzer_manager.cpp 78 if (dirent_3a->d_type != DT_LNK &&
smart_analyzer_loader.cpp 84 if (dirent_lib->d_type != DT_LNK &&
  /art/runtime/gc/space/
image_space_fs.h 63 if (de->d_type != DT_REG && de->d_type != DT_LNK) {
  /external/linux-kselftest/tools/testing/selftests/proc/
read.c 114 case DT_LNK:
fd-001-lookup.c 129 assert(de->d_type == DT_LNK);
  /external/u-boot/fs/yaffs2/
yportenv.h 40 #define DT_LNK 10
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 53 if (E->d_type == DT_REG || E->d_type == DT_LNK)
  /external/squashfs-tools/kernel/fs/squashfs/
dir.c 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
  /frameworks/av/drm/drmserver/
PlugInManager.h 254 return DT_LNK == pEntry->d_type;
  /build/soong/finder/fs/
readdir.go 190 DT_LNK = 10
210 case DT_LNK:
  /external/libcxx/src/filesystem/
directory_iterator.cpp 39 case DT_LNK:
  /external/ltp/testcases/kernel/fs/read_all/
read_all.c 391 else if (dent->d_type == DT_LNK)
  /external/rootdev/
rootdev.c 155 case DT_LNK:
  /bionic/tests/
ifaddrs_test.cpp 102 if (dir->d_type == DT_LNK) {
  /build/kati/
find.cc 364 unsigned char type = DT_LNK;
518 type = DT_LNK;
912 return DT_LNK;
963 } else if (d_type == DT_LNK) {
1022 } else if (type != DT_LNK && type != DT_UNKNOWN) {
  /external/u-boot/fs/jffs2/
jffs2_1pass.c 936 if (d->type == DT_LNK) {
1002 if (jDir->type == DT_LNK)
1118 if (jDirFoundType != DT_LNK)
    [all...]
  /device/google/bonito/usb/
Usb.cpp 360 if (ep->d_type == DT_LNK) {
  /device/google/crosshatch/usb/
Usb.cpp 362 if (ep->d_type == DT_LNK) {
  /device/google/marlin/usb/
Usb.cpp 337 if (ep->d_type == DT_LNK) {
  /external/rmi4utils/rmidevice/
hiddevice.cpp 653 if (devicesDirEntry->d_type != DT_LNK)
  /external/u-boot/arch/sandbox/cpu/
os.c 375 case DT_LNK:
  /external/wayland/cursor/
xcursor.c 881 (ent->d_type != DT_REG && ent->d_type != DT_LNK))

Completed in 984 milliseconds

1 2 3