/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | demo_https.c | 38 #include <dirent.h> 261 struct dirent *de; in list_directory()
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 43 #include <dirent.h> 363 struct dirent* ent; in FindFonts()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 1427 uv__dirent_t* dirent; in fs__scandir() local 1463 /* Resize the dirent array if needed. */ in fs__scandir() 1477 /* Allocate space for the uv dirent structure. The dirent structure in fs__scandir() 1481 dirent = uv__malloc(sizeof *dirent + utf8_len); in fs__scandir() 1482 if (dirent == NULL) in fs__scandir() 1485 dirents[dirents_used++] = dirent; in fs__scandir() 1492 &dirent->d_name[0], in fs__scandir() 1499 dirent in fs__scandir() [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | dir.c | 953 * @dirent: context for filldir callback supplied by the caller 961 void *dirent, ntfs_filldir_t filldir) in ntfs_filldir() 1001 res = filldir(dirent, fn->file_name, in ntfs_filldir() 1013 res = filldir(dirent, loname, in ntfs_filldir() 1089 * @dirent: context for filldir callback supplied by the caller 1102 void *dirent, ntfs_filldir_t filldir) in ntfs_readdir() 1154 rc = filldir(dirent, dotdot, 1, FILE_NAME_POSIX, *pos, in ntfs_readdir() 1171 rc = filldir(dirent, dotdot, 2, FILE_NAME_POSIX, *pos, in ntfs_readdir() 1260 INDEX_TYPE_ROOT, ir, ie, dirent, filldir); in ntfs_readdir() 1402 INDEX_TYPE_ALLOCATION, ia, ie, dirent, filldi in ntfs_readdir() 959 ntfs_filldir(ntfs_inode *dir_ni, s64 *pos, u8 ivcn_bits, const INDEX_TYPE index_type, index_union iu, INDEX_ENTRY *ie, void *dirent, ntfs_filldir_t filldir) ntfs_filldir() argument 1101 ntfs_readdir(ntfs_inode *dir_ni, s64 *pos, void *dirent, ntfs_filldir_t filldir) ntfs_readdir() argument [all...] |
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf.c | 24 #include <dirent.h> 57 is_dir_or_link(const struct dirent *entry, const char *parent_dir) in is_dir_or_link() 76 struct dirent *drm_entry; in get_sysfs_dev_dir() 193 struct dirent *metric_entry; in enumerate_sysfs_metrics()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 10 #include <dirent.h> 951 struct dirent *dent; in hostapd_cli_get_interfaces() 972 struct dirent *dent; in hostapd_cli_list_interfaces() 2129 struct dirent *dent; in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hostapd_cli.c | 10 #include <dirent.h> 950 struct dirent *dent; in hostapd_cli_get_interfaces() 971 struct dirent *dent; in hostapd_cli_list_interfaces() 2068 struct dirent *dent; in main()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 37 #include <dirent.h> 1150 struct dirent64 * dirent; in snd_pcm_ladspa_check_dir() local 1164 dirent = readdir64(dir); in snd_pcm_ladspa_check_dir() 1165 if (!dirent) { in snd_pcm_ladspa_check_dir() 1170 filename = malloc(len + strlen(dirent->d_name) + 1 + need_slash); in snd_pcm_ladspa_check_dir() 1178 strcat(filename, dirent->d_name); in snd_pcm_ladspa_check_dir()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 541 uv_dirent_t* dirent; in uv__fs_readdir() local 542 struct dirent* res; in uv__fs_readdir() 564 dirent = &dir->dirents[dirent_idx]; in uv__fs_readdir() 565 dirent->name = uv__strdup(res->d_name); in uv__fs_readdir() 567 if (dirent->name == NULL) in uv__fs_readdir() 570 dirent->type = uv__fs_get_dirent_type(res); in uv__fs_readdir()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 244 struct fuse_dirent *dirent = (struct fuse_dirent *) buf; in fuse_add_dirent() local 246 dirent->ino = stbuf->st_ino; in fuse_add_dirent() 247 dirent->off = off; in fuse_add_dirent() 248 dirent->namelen = namelen; in fuse_add_dirent() 249 dirent->type = (stbuf->st_mode & 0170000) >> 12; in fuse_add_dirent() 250 memcpy(dirent->name, name, namelen); in fuse_add_dirent()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 594 uv_dirent_t* dirent; in uv__fs_readdir() local 595 struct dirent* res; in uv__fs_readdir() 617 dirent = &dir->dirents[dirent_idx]; in uv__fs_readdir() 618 dirent->name = uv__strdup(res->d_name); in uv__fs_readdir() 620 if (dirent->name == NULL) in uv__fs_readdir() 623 dirent->type = uv__fs_get_dirent_type(res); in uv__fs_readdir()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 409 pub struct dirent { structure names 453 impl PartialEq for dirent { 454 fn eq(&self, other: &dirent) -> bool { in eq() 466 impl Eq for dirent {} 467 impl ::fmt::Debug for dirent { 469 f.debug_struct("dirent") in fmt() 478 impl ::hash::Hash for dirent {
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 556 pub struct dirent { structure names 613 impl PartialEq for dirent { 614 fn eq(&self, other: &dirent) -> bool { in eq() 628 impl Eq for dirent {} 630 impl ::fmt::Debug for dirent { 632 f.debug_struct("dirent") in fmt() 643 impl ::hash::Hash for dirent {
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 441 pub struct dirent { structure names 619 impl PartialEq for dirent { 620 fn eq(&self, other: &dirent) -> bool { in eq() 633 impl Eq for dirent {} 634 impl ::fmt::Debug for dirent { 636 f.debug_struct("dirent") in fmt() 646 impl ::hash::Hash for dirent {
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | common_utils.cpp | 20 #include <dirent.h>
|
/base/hiviewdfx/hiview/base/utility/include/ |
H A D | file_util.h | 41 #include <dirent.h>
|
/base/tee/tee_client/services/tlogcat/src/ |
H A D | tarzip.c | 21 #include <dirent.h>
|
/base/update/updater/test/unittest/updater_main_test/ |
H A D | updater_main_unittest.cpp | 17 #include <dirent.h>
|
/third_party/eudev/src/libudev/ |
H A D | libudev-util.c | 29 #include <dirent.h>
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.h | 9 #include <dirent.h>
|
/third_party/libwebsockets/lwsws/ |
H A D | main.c | 33 #include <dirent.h>
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.cc | 11 #include <dirent.h>
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | acl1.c | 15 #include <dirent.h>
|
/third_party/libevdev/test/ |
H A D | test-common-uinput.c | 14 #include <dirent.h>
|
/third_party/musl/libc-test/src/functional/ |
H A D | renameat2_test.c | 15 #include <dirent.h>
|