HomeSort by relevance Sort by last modified time
    Searched defs:ffd (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/other/
losetup.c 64 int lfd = -1, ffd = ffd; local
67 // Open file (ffd) and loop device (lfd)
69 if (file) ffd = xopen(file, TT.openflags);
112 if (ioctl(lfd, LOOP_SET_FD, ffd)) perror_exit("%s=%s", device, file);
130 if (file) close(ffd);
  /frameworks/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 103 FontFamily_Delegate ffd = mFontFamilies[i]; local
104 if (ffd != null && ffd.isValid()) {
105 Font font = ffd.getFont(weight, isItalic);
107 FontVariant ffdVariant = ffd.getVariant();
123 if (variant == ffd.getVariant()) {
  /bootable/recovery/
fuse_sideload.cpp 78 int ffd; // file descriptor for the fuse socket member in struct:fuse_data
116 res = writev(fd->ffd, vec, 2);
364 if (writev(fd->ffd, vec, vec_used) < 0) {
425 fd.ffd = open("/dev/fuse", O_RDWR);
426 if (fd.ffd < 0) {
434 "fd=%d,user_id=%d,group_id=%d,max_read=%u,allow_other,rootmode=040000", fd.ffd, fd.uid,
447 ssize_t len = TEMP_FAILURE_RETRY(read(fd.ffd, request_buffer, sizeof(request_buffer)));
511 TEMP_FAILURE_RETRY(write(fd.ffd, &outhdr, sizeof(outhdr)));
523 if (fd.ffd) close(fd.ffd);
    [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 53 int ffd; member in struct:CNativeBuffer
131 static int cnw_dequeue_buffer1(aWindow *base, aBuffer **buf, int *ffd) {
141 *ffd = cnb->ffd;
143 cnb->ffd = -1;
144 LOG("<< dequeue buffer %p %d\n", *buf, *ffd);
154 static void set_layer(hwc_layer_1_t *dl, aBuffer *buf, int ffd) {
176 dl->acquireFenceFd = ffd;
180 static void hwc_post(CNativeWindow *win, aBuffer *buf, int ffd) {
195 set_layer(&dl[0], buf, ffd);
264 int ffd = -1; local
    [all...]
  /external/iproute2/tc/
tc_bpf.c 797 int ret, cfd, ofd, ffd; local
825 ffd = open(object, O_RDONLY);
826 if (ffd < 0) {
829 ret = ffd;
833 ret = fstat(ffd, &stbuff);
840 size = sendfile(ofd, ffd, NULL, stbuff.st_size);
857 close(ffd);
    [all...]
  /external/toybox/generated/
globals.h 1338 int file_no, ffd, *files; member in struct:tail_data

Completed in 357 milliseconds