/system/core/toolbox/ |
ps.c | 250 while((de = readdir(d)) != 0){ 322 while((de = readdir(d)) != 0){
|
/prebuilts/go/darwin-x86/src/os/ |
os_test.go | 269 s, err2 := file.Readdir(-1) 271 t.Fatalf("readdir %q failed: %v", dir, err2) 395 fi, err := d.Readdir(n) 397 t.Fatalf("Readdir of %d got error %v, want %v", n, err, wantErr) 400 t.Errorf("Readdir of %d got %d files, want %d", n, g, e) 475 readDir := func() ([]FileInfo, error) { 481 return d.Readdir(-1) 484 fis, err := readDir() 486 t.Fatalf("%s: Readdir: %v", testName, err) 499 if got, want := names(mustReadDir("inital readdir")), [all...] |
/prebuilts/go/linux-x86/src/os/ |
os_test.go | 269 s, err2 := file.Readdir(-1) 271 t.Fatalf("readdir %q failed: %v", dir, err2) 395 fi, err := d.Readdir(n) 397 t.Fatalf("Readdir of %d got error %v, want %v", n, err, wantErr) 400 t.Errorf("Readdir of %d got %d files, want %d", n, g, e) 475 readDir := func() ([]FileInfo, error) { 481 return d.Readdir(-1) 484 fis, err := readDir() 486 t.Fatalf("%s: Readdir: %v", testName, err) 499 if got, want := names(mustReadDir("inital readdir")), [all...] |
/external/iproute2/ip/ |
ipnetns.c | 218 while ((entry = readdir(dir)) != NULL) { 242 while ((entry = readdir(dir)) != NULL) { 338 while ((entry = readdir(dir)) != NULL) { 473 while((entry = readdir(dir))) { 538 while((entry = readdir(dir))) {
|
/external/pdfium/core/src/fxcrt/ |
fx_basic_util.cpp | 291 struct dirent* de = readdir((DIR*)handle); 321 struct dirent* de = readdir((DIR*)handle);
|
/external/valgrind/ |
darwin9-drd.supp | 136 drd-darwin-readdir 138 fun:readdir
|
/hardware/invensense/6515/libsensors_iio/ |
libmllite.so | |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/ |
libmllite.so | |
/hardware/invensense/65xx/libsensors_iio/ |
libmllite.so | |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/ |
libmllite.so | |
/prebuilts/go/darwin-x86/src/go/build/ |
build.go | 87 // ReadDir returns a slice of os.FileInfo, sorted by Name, 89 // If ReadDir is nil, Import uses ioutil.ReadDir. 90 ReadDir func(dir string) (fi []os.FileInfo, err error) 170 // readDir calls ctxt.ReadDir (if not nil) or else ioutil.ReadDir. 171 func (ctxt *Context) readDir(path string) ([]os.FileInfo, error) { 172 if f := ctxt.ReadDir; f != nil { 175 return ioutil.ReadDir(path [all...] |
/prebuilts/go/linux-x86/src/go/build/ |
build.go | 87 // ReadDir returns a slice of os.FileInfo, sorted by Name, 89 // If ReadDir is nil, Import uses ioutil.ReadDir. 90 ReadDir func(dir string) (fi []os.FileInfo, err error) 170 // readDir calls ctxt.ReadDir (if not nil) or else ioutil.ReadDir. 171 func (ctxt *Context) readDir(path string) ([]os.FileInfo, error) { 172 if f := ctxt.ReadDir; f != nil { 175 return ioutil.ReadDir(path [all...] |
/bionic/libc/kernel/tools/ |
utils.py | 80 def readDir(self,path):
|
/bootable/recovery/minui/ |
events.cpp | 67 while ((de = readdir(dir))) {
|
/bootable/recovery/tools/ota/ |
check-lost+found.c | 107 while ((ent = readdir(dir))) {
|
/build/tools/atree/ |
fs.cpp | 58 while (NULL != (ent = readdir(d))) {
|
/development/ndk/platforms/android-12/arch-arm/symbols/ |
libc.so.functions.txt | 556 readdir
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 539 readdir
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 536 readdir
|
/development/ndk/platforms/android-14/arch-arm/symbols/ |
libc.so.functions.txt | 556 readdir
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
libc.so.functions.txt | 539 readdir
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
libc.so.functions.txt | 536 readdir
|
/development/ndk/platforms/android-16/arch-arm/symbols/ |
libc.so.functions.txt | 557 readdir
|
/development/ndk/platforms/android-16/arch-mips/symbols/ |
libc.so.functions.txt | 540 readdir
|
/development/ndk/platforms/android-16/arch-x86/symbols/ |
libc.so.functions.txt | 537 readdir
|