HomeSort by relevance Sort by last modified time
    Searched full:readdir (Results 1 - 25 of 1023) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/os/
dir_plan9.go 12 func (file *File) readdir(n int) ([]FileInfo, error) { func
36 return fi, &PathError{"readdir", file.name, err}
39 return fi, &PathError{"readdir", file.name, syscall.ErrShortStat}
47 return fi, &PathError{"readdir", file.name, syscall.ErrShortStat}
52 return fi, &PathError{"readdir", file.name, err}
67 fi, err := file.Readdir(n)
dir_windows.go 8 fis, err := file.Readdir(n)
doc.go 96 // Readdir reads the contents of the directory associated with file and
101 // If n > 0, Readdir returns at most n FileInfo structures. In this case, if
102 // Readdir returns an empty slice, it will return a non-nil error
105 // If n <= 0, Readdir returns all the FileInfo from the directory in
106 // a single slice. In this case, if Readdir succeeds (reads all
109 // directory, Readdir returns the FileInfo read until that point
111 func (f *File) Readdir(n int) (fi []FileInfo, err error) {
115 return f.readdir(n)
  /prebuilts/go/linux-x86/src/os/
dir_plan9.go 12 func (file *File) readdir(n int) ([]FileInfo, error) { func
36 return fi, &PathError{"readdir", file.name, err}
39 return fi, &PathError{"readdir", file.name, syscall.ErrShortStat}
47 return fi, &PathError{"readdir", file.name, syscall.ErrShortStat}
52 return fi, &PathError{"readdir", file.name, err}
67 fi, err := file.Readdir(n)
dir_windows.go 8 fis, err := file.Readdir(n)
doc.go 96 // Readdir reads the contents of the directory associated with file and
101 // If n > 0, Readdir returns at most n FileInfo structures. In this case, if
102 // Readdir returns an empty slice, it will return a non-nil error
105 // If n <= 0, Readdir returns all the FileInfo from the directory in
106 // a single slice. In this case, if Readdir succeeds (reads all
109 // directory, Readdir returns the FileInfo read until that point
111 func (f *File) Readdir(n int) (fi []FileInfo, err error) {
115 return f.readdir(n)
  /external/fio/os/windows/posix/include/
dirent.h 21 struct dirent *readdir(DIR *dirp);
  /external/strace/tests/
readdir.test 3 # Check readdir syscall decoding.
.gitignore 65 readdir
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil_test.go 68 _, err := ReadDir(dirname)
70 t.Fatalf("ReadDir %s: error expected, none found", dirname)
74 list, err := ReadDir(dirname)
76 t.Fatalf("ReadDir %s: %v", dirname, err)
90 t.Fatalf("ReadDir %s: io_test.go file not found", dirname)
93 t.Fatalf("ReadDir %s: ioutil directory not found", dirname)
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil_test.go 68 _, err := ReadDir(dirname)
70 t.Fatalf("ReadDir %s: error expected, none found", dirname)
74 list, err := ReadDir(dirname)
76 t.Fatalf("ReadDir %s: %v", dirname, err)
90 t.Fatalf("ReadDir %s: io_test.go file not found", dirname)
93 t.Fatalf("ReadDir %s: ioutil directory not found", dirname)
  /art/tools/dmtracedump/
dmtracedump.pl 4 @traces = grep { /.*\.dmtrace\.data/ } readdir(DIR);
  /external/compiler-rt/test/msan/
readdir64.cc 11 // Test that readdir64 is intercepted as well as readdir.
20 struct dirent *d = readdir(dir);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 94 #ifdef readdir
95 #undef readdir macro
  /external/ltrace/testsuite/ltrace.main/
system_call_params.exp 55 # readdir@SYS has a different prototype from readdir@libc. If a -F
57 # doesn't list readdir, that would be taken from somelib.conf with a
  /bionic/libc/private/
ScopedReaddir.h 44 return readdir(dir_);
  /external/elfutils/tests/
lfs-symbols 64 readdir
  /bionic/tests/
dirent_test.cpp 165 dirent* e = readdir(d);
185 dirent* e = readdir(d);
202 TEST(dirent, readdir) {
208 while ((e = readdir(d)) != NULL) {
212 // readdir(3) returns NULL, but leaves errno as 0.
279 while ((e = readdir(d)) != NULL) {
288 while ((e = readdir(d)) != NULL) {
311 while ((e = readdir(d)) != NULL) {
326 e = readdir(d);
333 e = readdir(d)
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c 109 readdir(DIR* pDir) function
131 /* bump count for next call to readdir() or telldir() */
160 /* reset members which control readdir() */
181 /* return number of times readdir() called */
199 for (--nPosition; nPosition && readdir(pDir); nPosition--);
  /toolchain/binutils/binutils-2.25/libiberty/
maint-tool 55 while ($f = readdir S) {
60 while ($f = readdir S) {
91 while ($file = readdir S) {
227 while ($f = readdir INC) {
235 while ($f = readdir INC) {
252 for $f (sort readdir S) {
  /external/autotest/client/profilers/powertop/src/
cpufreq.c 49 while ((dirent = readdir(dir))) {
82 while ((dirent = readdir(dir))) {
sata.c 48 while ((dirent = readdir(dir))) {
80 while ((dirent = readdir(dir))) {
usb.c 46 while ((dirent = readdir(dir))) {
80 while ((dirent = readdir(dir))) {
  /external/e2fsprogs/contrib/
spd_readdir.c 2 * readdir accelerator
9 * and that the regular readdir wrapper will take slightly more
129 real_readdir = dlsym(RTLD_NEXT, "readdir");
229 DEBUG_DIR(printf("readdir: %lu %s\n",
235 DEBUG_DIR(printf("No memory, backing off to direct readdir\n"));
263 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n",
296 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n",
320 struct dirent *readdir(DIR *dir) function
  /external/webrtc/webrtc/base/
linuxfdwalk.c 46 // Have to clear errno to distinguish readdir() completion from failure.
47 while (errno = 0, (ent = readdir(dir)) != NULL) {

Completed in 656 milliseconds

1 2 3 4 5 6 7 8 91011>>