HomeSort by relevance Sort by last modified time
    Searched refs:readdir (Results 151 - 175 of 461) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/libhardware/modules/sensors/dynamic_sensor/
ConnectionDetector.cpp 152 while ((dp = ::readdir(dirp)) != NULL) {
  /hardware/libhardware/modules/thermal/
thermal.c 56 while ((de = readdir(dir))) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
file_utils.cpp 67 while ((dirent = readdir(dir)) != NULL) {
  /packages/services/Car/evs/sampleDriver/
EvsEnumerator.cpp 59 while ((entry = readdir(dir)) != nullptr) {
  /system/core/bootstat/
boot_event_record_store.cpp 123 while ((entry = readdir(dir.get())) != NULL) {
  /system/core/init/
parser.cpp 145 while ((current_file = readdir(config_dir.get()))) {
  /system/libhidl/base/
HidlInternal.cpp 162 while ((file = readdir(dir)) != nullptr) {
  /system/libvintf/
utils.h 75 while ((dp = readdir(dir.get())) != nullptr) {
  /system/vold/
Loop.cpp 122 while ((de = readdir(dirp.get()))) {
  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 126 while ((ent = readdir(input_dir)) != NULL) {
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerUtils.cpp 93 while ((ent = readdir(dir))) {
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 57 while (( ent = readdir(d) )) {
161 while (( ent = readdir(f) )) {
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 81 while (ent = readdir(dp), ent != NULL) {
325 while (ent = readdir(dp), ent != NULL) {
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 73 while (ent = readdir(dp), ent != NULL) {
317 while (ent = readdir(dp), ent != NULL) {
  /prebuilts/go/darwin-x86/src/os/
dir.go 7 // Readdir reads the contents of the directory associated with file and
12 // If n > 0, Readdir returns at most n FileInfo structures. In this case, if
13 // Readdir returns an empty slice, it will return a non-nil error
16 // If n <= 0, Readdir returns all the FileInfo from the directory in
17 // a single slice. In this case, if Readdir succeeds (reads all
20 // directory, Readdir returns the FileInfo read until that point
22 func (f *File) Readdir(n int) ([]FileInfo, error) {
26 return f.readdir(n)
  /prebuilts/go/linux-x86/src/os/
dir.go 7 // Readdir reads the contents of the directory associated with file and
12 // If n > 0, Readdir returns at most n FileInfo structures. In this case, if
13 // Readdir returns an empty slice, it will return a non-nil error
16 // If n <= 0, Readdir returns all the FileInfo from the directory in
17 // a single slice. In this case, if Readdir succeeds (reads all
20 // directory, Readdir returns the FileInfo read until that point
22 func (f *File) Readdir(n int) ([]FileInfo, error) {
26 return f.readdir(n)
  /system/core/libprocessgroup/
processgroup.cpp 117 while ((dir = readdir(uid.get())) != nullptr) {
142 while ((dir = readdir(root.get())) != nullptr) {
  /build/soong/finder/fs/
readdir.go 17 // This is based on the readdir implementation from Go 1.9:
32 func readdir(path string) ([]DirEntryInfo, error) { func
40 // file.ReadDir does since it will keep a thread blocked and not just a goroutine.
65 // File disappeared between readdir + stat.
  /frameworks/native/cmds/installd/
utils.cpp 122 while ((ent = readdir(dir))) {
320 while ((ent = readdir(dir))) {
447 while ((de = readdir(d))) {
581 while ((de = readdir(ds))) {
733 while ((ent = readdir(dir))) {
    [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 281 while ((entry = readdir(dir))) {
334 while ((entry = readdir(cpudir))) {
352 while ((entry = readdir(dir))) {
499 while ((dirent = readdir(dir))) {
666 while ((dirent = readdir(dir))) {
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 519 while(0 != (ent = readdir(dir))) {
547 while(0 != (ent = readdir(dir))) {
602 while(0 != (ent = readdir(dir))) {
  /frameworks/native/cmds/dumpstate/
utils.cpp 253 while ((de = readdir(d))) {
274 while ((de = readdir(d))) {
346 while ((de = readdir(d))) {
623 for (; ((d = readdir(dirp))); free(newpath), newpath = NULL) {
844 while ((d = readdir(proc.get()))) {
955 while ((d = readdir(proc))) {
    [all...]
  /external/e2fsprogs/misc/
mk_hugefiles.c 122 while ((de = readdir(dir)) != NULL) {
151 while ((p_de = readdir(p_dir)) != NULL) {
  /external/iproute2/lib/
rt_names.c 156 while ((de = readdir(d)) != NULL) {
388 while ((de = readdir(d)) != NULL) {
  /external/mesa3d/src/util/
disk_cache.c 384 entry = readdir(dir);
404 entry = readdir(dir);

Completed in 1534 milliseconds

1 2 3 4 5 67 8 91011>>