Searched refs:ffd (Results 1 - 6 of 6) sorted by relevance

/external/toybox/toys/other/
H A Dlosetup.c64 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);
/external/toybox/toys/posix/
H A Dtail.c38 int file_no, ffd, *files;
144 if (0 > (TT.files[f] = inotify_add_watch(TT.ffd, s, IN_MODIFY)))
242 if ((TT.ffd = inotify_init()) < 0) perror_exit("inotify_init");
253 if (sizeof(ev)!=read(TT.ffd, &ev, sizeof(ev))) perror_exit("inotify");
/external/autotest/client/tests/kvm/deps/
H A Drss.cpp725 WIN32_FIND_DATA ffd; local
727 HANDLE hFind = FindFirstFile(pattern, &ffd);
741 if (ffd.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)
743 if (ffd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
745 if (!strcmp(ffd.cFileName, ".") || !strcmp(ffd.cFileName, ".."))
747 PathAppend(path, ffd.cFileName);
755 if (!SendPacket(ci->socket, ffd.cFileName,
756 strlen(ffd.cFileName))) {
774 PathAppend(path, ffd
[all...]
/external/iproute2/tc/
H A Dtc_bpf.c797 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);
/external/toybox/generated/
H A Dglobals.h1244 int file_no, ffd, *files; member in struct:tail_data
/external/webrtc/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump5675 }|7�`?蕜��W�{��1w�<In�IR�(�zI��7[B�����V��� 3xm�J{"DQ>��W�q9]{ָlmaMu˴�&I���w�:��=�~3����P'��p�;*=�m���� -���2��ma)�B�I1rڧ� ��j�f#l ov0����aai �o}�\o.��V�S�%H"z�i,5����*v�g���Ko�8�@�)&��Z���tU�[X ��Fa}.}{�����+}���/>��I�>b%�~<f����z�ڮ\q���ua&��O�=d� ��G�:bU����{ �o�M!7��$|�~�%ə@rfP��&_���tU3��c��%���S&r�3�L�;�d 8��'���޹�ި��≜9L�≜�I�R@un���g����x�ffd�&s��8�W����ݏW�lg�d���yFq;�(9�RxmP�xE�~��[H�a�:�7������I�B��[߮hP���fE��^e3�Ƃ�3����E��3% �tď�XT�n���n=sG]��뱵ҷ��6�\A�,��}ɫ�T�$�Q�ѐ�=E���K �^�8�3RՔ��Sn�3�����Ch�ޟ�f?*q��O���5�� }:��

Completed in 227 milliseconds