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

  /system/core/sdcard/
sdcard.c 25 #include <linux/fuse.h>
51 * sdcard is a program that uses FUSE to emulate FAT-on-sdcard style
102 /* Pseudo-error constant used to indicate that no fuse status is needed
145 * The inode number for this FUSE node. Note that this isn't stable across
146 * multiple invocations of the FUSE daemon.
186 /* Global data for all FUSE mounts */
202 /* Used to allocate unique inode numbers for fuse nodes. We use
213 * on both LP32 and LP64, but the fuse kernel code doesn't squash 64 bit
215 * in fs/fuse/inode.c).
221 struct fuse* fuse_default
227 struct fuse { struct
240 struct fuse* fuse; member in struct:fuse_handler
1583 struct fuse* fuse = handler->fuse; local
    [all...]
  /external/sepolicy/
app.te 146 allow appdomain fuse:dir create_dir_perms;
147 allow appdomain fuse:file create_file_perms;
file_contexts 55 /dev/fuse u:object_r:fuse_device:s0
  /ndk/tests/device/hard-float/jni/
Android.mk 59 ifeq (,$(filter -fuse-ld=mcld,$(APP_LDFLAGS) $(LOCAL_LDFLAGS)))
92 ifeq (,$(filter -fuse-ld=mcld,$(APP_LDFLAGS) $(LOCAL_LDFLAGS)))
  /ndk/sources/cxx-stl/stlport/
Android.mk 54 libstlport_cppflags := -fuse-cxa-atexit
  /external/sfntly/
Android.mk 87 -fuse-ld=gold \
166 -fuse-ld=gold \
  /bionic/tests/libs/
Android.mk 361 libdl_test_df_1_global_ldflags_host := -fuse-ld=bfd
  /bootable/recovery/
fuse_sideload.c 49 #include <linux/fuse.h>
74 int ffd; // file descriptor for the fuse socket
125 * defined (fuse version 7.6). The structure is the same from 7.6 through
130 printf("Fuse kernel version mismatch: Kernel version %d.%d, Expected at least %d.6",
306 // The docs on the fuse kernel interface are vague about what to
424 fd.ffd = open("/dev/fuse", O_RDWR);
426 perror("open /dev/fuse");
437 result = mount("/dev/fuse", FUSE_SIDELOAD_HOST_MOUNTPOINT,
438 "fuse", MS_NOSUID | MS_NODEV | MS_RDONLY | MS_NOEXEC, opts);
495 fprintf(stderr, "unknown fuse request opcode %d\n", hdr->opcode)
    [all...]
  /build/core/
pdk_config.mk 1 # This file defines the rule to fuse the platform.zip into the current PDK build.
  /external/valgrind/none/tests/
cmdline1.stdout.exp 98 lax-ioctls fuse-compatible enable-outer
cmdline2.stdout.exp 98 lax-ioctls fuse-compatible enable-outer
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
configure     [all...]
  /external/pcre/dist/
ltmain.sh     [all...]
configure     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]

Completed in 1280 milliseconds