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

1 2

  /system/core/sdcard/
sdcard.c 25 #include <linux/fuse.h>
58 * sdcard is a program that uses FUSE to emulate FAT-on-sdcard style
112 /* Pseudo-error constant used to indicate that no fuse status is needed
152 * The inode number for this FUSE node. Note that this isn't stable across
153 * multiple invocations of the FUSE daemon.
193 /* Global data for all FUSE mounts */
209 /* Used to allocate unique inode numbers for fuse nodes. We use
220 * on both LP32 and LP64, but the fuse kernel code doesn't squash 64 bit
222 * in fs/fuse/inode.c).
228 struct fuse* fuse_default
234 struct fuse { struct
247 struct fuse* fuse; member in struct:fuse_handler
1635 struct fuse* fuse = handler->fuse; local
    [all...]
  /external/v8/test/mjsunit/harmony/regress/
regress-crbug-461520.js 7 var fuse = 1; variable
13 if (fuse-- == 0) throw "please die";
  /ndk/tests/build/flto/jni/
Android.mk 12 LOCAL_CFLAGS += -fuse-ld=gold
13 LOCAL_LDFLAGS += -fuse-ld=gold
  /ndk/tests/build/issue36131-flto-c++11/jni/
Android.mk 13 LOCAL_CFLAGS += -fuse-ld=gold
14 LOCAL_LDFLAGS += -fuse-ld=gold
  /system/sepolicy/
untrusted_app.te 62 # Traverse into /mnt/media_rw for bypassing FUSE daemon
183 -fuse # sdcard
app.te 188 allow appdomain fuse:dir create_dir_perms;
189 allow appdomain fuse:file create_file_perms;
240 # For app fuse.
file_contexts 71 /dev/fuse u:object_r:fuse_device:s0
  /build/core/combo/
TARGET_linux-arm64.mk 118 -fuse-ld=gold \
  /ndk/sources/cxx-stl/stlport/
Android.mk 54 libstlport_cppflags := -fuse-cxa-atexit
  /external/elfutils/tests/
run-readelf-zp.sh 267 [ 1894] GNU C 4.8.2 20140120 (Red Hat 4.8.2-15) -mtune=generic -march=x86-64 -g3 -O3 -fuse-ld=gold -fno-asynchronous-unwind-tables
  /bionic/tests/libs/
Android.mk 405 libdl_test_df_1_global_ldflags_host := -fuse-ld=bfd
  /bootable/recovery/
fuse_sideload.cpp 49 #include <linux/fuse.h>
75 int ffd; // file descriptor for the fuse socket
126 * defined (fuse version 7.6). The structure is the same from 7.6 through
131 printf("Fuse kernel version mismatch: Kernel version %d.%d, Expected at least %d.6",
304 // The docs on the fuse kernel interface are vague about what to
422 fd.ffd = open("/dev/fuse", O_RDWR);
424 perror("open /dev/fuse");
435 result = mount("/dev/fuse", FUSE_SIDELOAD_HOST_MOUNTPOINT,
436 "fuse", MS_NOSUID | MS_NODEV | MS_RDONLY | MS_NOEXEC, opts);
493 fprintf(stderr, "unknown fuse request opcode %d\n", hdr->opcode)
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/jni/
com_android_mtp_AppFuse.cpp 24 #include <linux/fuse.h>
109 * Fuse implementation consists of handlers parsing FUSE commands.
198 // defined (fuse version 7.6). The structure is the same from 7.6 through
202 ALOGE("Fuse kernel version mismatch: Kernel version %d.%d, "
453 ALOGV("Start fuse loop.");
  /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 95 lax-ioctls lax-doors fuse-compatible enable-outer
cmdline2.stdout.exp 95 lax-ioctls lax-doors fuse-compatible enable-outer
  /external/c-ares/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libmicrohttpd/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]
  /external/pcre/dist/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]

Completed in 1566 milliseconds

1 2