HomeSort by relevance Sort by last modified time
    Searched refs:st_fd (Results 1 - 4 of 4) sorted by null

  /external/strace/tests/
redirect-fds.c 43 struct stat st_fd, st_fn; local
45 if (fstat(fd, &st_fd)) {
55 if (st_fd.st_dev != st_fn.st_dev
56 || st_fd.st_ino != st_fn.st_ino)
  /external/strace/tests-m32/
redirect-fds.c 43 struct stat st_fd, st_fn; local
45 if (fstat(fd, &st_fd)) {
55 if (st_fd.st_dev != st_fn.st_dev
56 || st_fd.st_ino != st_fn.st_ino)
  /external/strace/tests-mx32/
redirect-fds.c 43 struct stat st_fd, st_fn; local
45 if (fstat(fd, &st_fd)) {
55 if (st_fd.st_dev != st_fn.st_dev
56 || st_fd.st_ino != st_fn.st_ino)
  /device/linaro/hikey/wpan/uim/
uim.c 475 int st_fd, err,trials; local
503 st_fd = open(sysfs_install_entry, O_RDONLY);
504 if(st_fd > 0)
512 if (st_fd < 0) {
519 err = read(st_fd, &install, 1);
531 p.fd = st_fd;
544 close(st_fd);
545 st_fd = open(sysfs_install_entry, O_RDONLY);
546 if (st_fd < 0) {
553 err = read(st_fd, &install, 1)
    [all...]

Completed in 340 milliseconds