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

1 2 3 4 5 6 7 8 91011>>

  /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
1652 struct fuse* fuse = handler->fuse; local
    [all...]
  /external/v8/test/mjsunit/es6/regress/
regress-crbug-461520.js 5 var fuse = 1; variable
11 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
  /bootable/recovery/minadbd/
README.txt 1 minadbd is now mostly built from libadbd. The fuse features are unique to
  /external/compiler-rt/test/asan/TestCases/Windows/
fuse-lld.cc 5 // FIXME: Use -fuse-ld=lld after the old COFF linker is removed.
7 // RUNX: %clangxx_asan -O2 %s -o %t.exe -fuse-ld=lld -Wl,-debug
20 // CHECK: main{{.*}}fuse-lld.cc:[[@LINE-4]]:3
22 // CHECK: main{{.*}}fuse-lld.cc:[[@LINE-7]]:20
  /frameworks/base/packages/FusedLocation/res/values-tl/
strings.xml 4 <string name="app_label" msgid="5379477904423203699">"Naka-fuse na Lokasyon"</string>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto.exp 65 "-O2 -flto -fuse-linker-plugin" "-flto -fuse-linker-plugin" \
68 "" "-O2 -flto -fuse-linker-plugin" \
71 "-static -O2 -flto -fuse-linker-plugin tmpdir/lto-2.o -lm" "" \
89 "-O2 -flto -fuse-linker-plugin" "" \
128 "-O2 -flto -fuse-linker-plugin -r -nostdlib" "-O2 -flto" \
137 "-O2 -Wl,-e,foo -nostdlib -flto -fuse-linker-plugin tmpdir/pr12758a.o -Wl,--start-group tmpdir/libpr12758.a -Wl,--end-group" "" \
146 "-O2 -Wl,-e,foo -nostdlib -flto -fuse-linker-plugin tmpdir/pr12760a.o -Wl,--start-group tmpdir/libpr12760.a -Wl,--end-group" "" \
158 "-flto -fuse-linker-plugin -Wl,--as-needed" "-flto" \
170 "-flto -fuse-linker-plugin tmpdir/pr16846a.o tmpdir/pr16846b.o tmpdir/pr16846c.o" ""
    [all...]
  /external/clang/test/Driver/
mingw-useld.c 6 // RUN: %clang -### -target i686-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -fuse-ld=lld 2>&1 | FileCheck -check-prefix=CHECK_LLD_32 %s
11 // RUN: %clang -### -target x86_64-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -fuse-ld=lld 2>&1 | FileCheck -check-prefix=CHECK_LLD_64 %s
16 // RUN: %clang -### -target arm-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -fuse-ld=lld 2>&1 | FileCheck -check-prefix=CHECK_LLD_ARM %s
ps4-linker-win.c 4 // on the command line if -fuse-ld=gold, or -shared with no -fuse-ld option
13 // RUN: env "PATH=%T;%PATH%" %clang -target x86_64-scei-ps4 %s -fuse-ld=gold -### 2>&1 \
20 // RUN: env "PATH=%T;%PATH%" %clang -target x86_64-scei-ps4 %s -fuse-ld=ps4 -### 2>&1 \
23 // RUN: -fuse-ld=ps4 -### 2>&1 | FileCheck --check-prefix=CHECK-PS4-LINKER %s
ps4-linker-non-win.c 9 // RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \
16 // RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=ps4 2>&1 \
19 // RUN: -fuse-ld=ps4 2>&1 | FileCheck --check-prefix=CHECK-PS4-LINKER %s
fuse-ld.c 6 // RUN: %clang %s -### -fuse-ld=bfd \
13 // RUN: %clang %s -### -fuse-ld=gold \
20 // RUN: %clang %s -### -fuse-ld=plib \
35 // RUN: %clang %s -### -fuse-ld=bfd \
41 // RUN: %clang %s -### -fuse-ld=gold \
53 // RUN: %clang %s -### -fuse-ld=bfd \
59 // RUN: %clang %s -### -fuse-ld=gold \
constructors.c 4 // CHECK-INIT-ARRAY: -fuse-init-array
5 // CHECK-NO-INIT-ARRAY-NOT: -fuse-init-array
21 // RUN: -fno-use-init-array -fuse-init-array \
34 // RUN: -fuse-init-array \
windows-cross.c 41 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -shared -o shared.dll -x c++ %s 2>&1 \
42 // RUN: | FileCheck %s --check-prefix CHECK-FUSE-LD
44 // CHECK-FUSE-LD: "{{.*}}lld-link2"
46 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -shared -o shared.dll -fsanitize=address -x c++ %s 2>&1 \
52 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -o test.exe -fsanitize=address -x c++ %s 2>&1 \
58 // RUN: %clang -### -target i686-windows-itanium -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -o test.exe -fsanitize=address -x c++ %s 2>&1 \
64 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -shared -o shared.dll -fsanitize=tsan -x c++ %s 2>&1 \
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
PartiallyCompressingOutputStreamTest.java 67 private byte[] fuse(byte[]... arrays) throws IOException { method in class:PartiallyCompressingOutputStreamTest
125 byte[] input = fuse(PREAMBLE_BYTES, ENTRY1.getUncompressedBinaryContent());
126 byte[] expected = fuse(PREAMBLE_BYTES, ENTRY1.getCompressedBinaryContent());
138 byte[] input = fuse(PREAMBLE_BYTES, ENTRY1.getUncompressedBinaryContent(), GAP1_BYTES);
139 byte[] expected = fuse(PREAMBLE_BYTES, ENTRY1.getCompressedBinaryContent(), GAP1_BYTES);
153 fuse(
159 fuse(
  /system/vold/
EmulatedVolume.cpp 92 LOG(ERROR) << "FUSE exiting";
102 LOG(VERBOSE) << "Waiting for FUSE to spin up...";
110 // Unmount the storage before we kill the FUSE process. If we kill
111 // the FUSE process first, most file system operations will return
EmulatedVolume.h 30 * Knows how to spawn a FUSE daemon to synthesize permissions. ObbVolume
56 /* PID of FUSE wrapper */
PublicVolume.h 30 * Knows how to mount itself and then spawn a FUSE daemon to synthesize
67 /* PID of FUSE wrapper */
PublicVolume.cpp 142 // Not visible to apps, so no need to spin up FUSE
149 PLOG(ERROR) << getId() << " failed to create FUSE mount points";
179 LOG(ERROR) << "FUSE exiting";
189 LOG(VERBOSE) << "Waiting for FUSE to spin up...";
197 // Unmount the storage before we kill the FUSE process. If we kill
198 // the FUSE process first, most file system operations will return
  /hardware/akm/AK8975_FS/akmdfs/platform/include/linux/
akm8975.h 61 /*! \name AK8975 fuse-rom address
63 Defines a read-only address of the fuse ROM of the AK8975.*/
  /system/sepolicy/
recovery.te 97 # Allow recovery to create a fuse filesystem, and read files from it.
99 allow recovery fuse:dir r_dir_perms;
100 allow recovery fuse:file r_file_perms;
genfs_contexts 38 genfscon fuse / u:object_r:fuse:s0
  /bootable/recovery/
fuse_sideload.h 20 // define the filenames created by the sideload FUSE filesystem
  /external/clang/test/Frontend/
rewrite-includes-line-markers.c 2 // RUN: %clang_cc1 -E -frewrite-includes -fuse-line-directives -I %S/Inputs %s | FileCheck %s --check-prefix=LINE
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScriptGroupFusion.h 32 /// @brief Fuse kernels

Completed in 437 milliseconds

1 2 3 4 5 6 7 8 91011>>