HomeSort by relevance Sort by last modified time
    Searched refs:fuse (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/swiftshader/src/OpenGL/libGLESv2/
Android.mk 19 COMMON_CFLAGS += -Xclang -fuse-init-array
  /system/core/libappfuse/
FuseBridgeLoop.cc 30 namespace fuse { namespace in namespace:android
145 if (buffer_.response.header.error == fuse::kFuseSuccess) {
175 LOG(VERBOSE) << "Read a fuse packet, opcode=" << opcode;
351 LOG(DEBUG) << "Start fuse bridge loop";
370 } // namespace fuse
FuseBuffer.cc 34 namespace fuse { namespace in namespace:android
64 PLOG(ERROR) << "Failed to read a FUSE message";
118 PLOG(ERROR) << "Failed to write a FUSE message";
217 // defined (fuse version 7.6). The structure is the same from 7.6 through
221 LOG(ERROR) << "Fuse kernel version mismatch: Kernel version " << in->major
261 } // namespace fuse
FuseAppLoop.cc 28 namespace fuse { namespace in namespace:android
94 LOG(VERBOSE) << "Read a fuse packet, opcode=" << opcode;
145 // We should not return -ENOSYS because the kernel stops delivering FUSE
247 } // namespace fuse
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/
Android.mk 54 libstlport_cppflags := -fuse-cxa-atexit
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/
Android.mk 54 libstlport_cppflags := -fuse-cxa-atexit
  /system/core/libappfuse/tests/
FuseBridgeLoopTest.cc 29 namespace fuse { namespace in namespace:android
212 } // namespace fuse
FuseBufferTest.cc 29 namespace fuse { namespace in namespace:android
214 } // namespace fuse
FuseAppLoopTest.cc 30 namespace fuse { namespace in namespace:android
298 } // namespace fuse
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 351 {name: "fuse", fn: fuse},
402 {"nilcheckelim", "fuse"},
writebarrier.go 27 // this before fuse as it may merge blocks. It also helps to reduce
28 // number of blocks as fuse merges blocks introduced in this phase.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 351 {name: "fuse", fn: fuse},
402 {"nilcheckelim", "fuse"},
writebarrier.go 27 // this before fuse as it may merge blocks. It also helps to reduce
28 // number of blocks as fuse merges blocks introduced in this phase.
  /build/soong/cc/config/
arm64_device.go 66 "-fuse-ld=gold",
  /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
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 1211 uint32_t fuse; local
    [all...]
  /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...]
  /build/make/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
  /prebuilts/go/darwin-x86/src/os/
file_unix.go 104 // fuse file systems (see http://golang.org/issue/11180).
  /prebuilts/go/linux-x86/src/os/
file_unix.go 104 // fuse file systems (see http://golang.org/issue/11180).
  /external/swiftshader/third_party/LLVM/
Android.mk 405 LOCAL_CFLAGS += -Xclang -fuse-init-array
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 1080 argv = append(argv, "-fuse-ld=gold")
1085 cmd := exec.Command(*flagExtld, "-fuse-ld=gold", "-Wl,--version")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 1080 argv = append(argv, "-fuse-ld=gold")
1085 cmd := exec.Command(*flagExtld, "-fuse-ld=gold", "-Wl,--version")
    [all...]

Completed in 580 milliseconds

12 3 4