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

  /system/vold/
Loop.cpp 175 int file_fd; local
177 if ((file_fd = open(loopFile, O_RDWR)) < 0) {
183 if (ioctl(fd, LOOP_SET_FD, file_fd) < 0) {
185 close(file_fd);
198 close(file_fd);
204 close(file_fd);
  /system/core/toolbox/
mount.c 148 int file_fd, device_fd; local
153 file_fd = open(dev, flags);
154 if (file_fd < 0) {
161 close(file_fd);
164 if (ioctl(device_fd, LOOP_SET_FD, file_fd) < 0) {
166 close(file_fd);
171 close(file_fd);
  /system/extras/tests/framebuffer/
mdp_test.c 231 int file_fd; local
235 if (open_file(optarg, &file_fd, &file_len, &src_fmt) < 0) {
241 close(file_fd);
247 bytes = read(file_fd, ptr, file_len);
  /system/extras/ext4_utils/
output_file.c 521 int file_fd = open(file, O_RDONLY); local
522 if (file_fd < 0) {
530 u8 *data = mmap64(NULL, len + aligned_diff, PROT_READ, MAP_SHARED, file_fd,
534 close(file_fd);
552 close(file_fd);
556 close(file_fd);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 

Completed in 291 milliseconds