Searched refs:d_name (Results 1 - 8 of 8) sorted by relevance

/bionic/tests/
H A Ddirent_test.cpp44 name_set.insert(entries[i]->d_name);
45 name_list.push_back(entries[i]->d_name);
166 ASSERT_STREQ(e->d_name, ".");
186 ASSERT_STREQ(e->d_name, ".");
209 name_set.insert(e->d_name);
226 name_set.insert(e->d_name);
244 name_set.insert(e->d_name);
262 name_set.insert(e->d_name);
280 pass1.push_back(e->d_name);
289 pass2.push_back(e->d_name);
[all...]
H A Difaddrs_test.cpp101 sys_class_net.push_back(std::string(dir->d_name));
/bionic/libc/bionic/
H A Dsysinfo.cpp57 if (entry->d_type == DT_DIR && __matches_cpuN(entry->d_name)) {
H A Ddirent.cpp179 return strcoll((*a)->d_name, (*b)->d_name);
H A Dfts.c652 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
655 if (!(p = fts_alloc(sp, dp->d_name, strlen(dp->d_name))))
657 if (strlen(dp->d_name) >= maxlen) { /* include space for NUL */
659 if (fts_palloc(sp, strlen(dp->d_name) +len + 1)) {
686 p->fts_pathlen = len + strlen(dp->d_name);
/bionic/libc/include/
H A Ddirent.h54 char d_name[256]; \
/bionic/libc/kernel/uapi/linux/
H A Dmsdos_fs.h96 char d_name[256]; member in struct:__fat_dirent
H A Dcoda.h116 char d_name[CODA_MAXNAMLEN + 1]; member in struct:venus_dirent

Completed in 306 milliseconds