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

  /system/core/libappfuse/
FuseBridgeLoop.cc 157 case FUSE_RELEASE:
161 LOG(WARNING) << "Unexpected FUSE_RELEASE before opening a file.";
197 case FUSE_RELEASE:
199 if (opcode == FUSE_OPEN || opcode == FUSE_RELEASE) {
FuseAppLoop.cc 116 case FUSE_RELEASE:
  /frameworks/base/core/java/com/android/internal/os/
FuseAppLoop.java 137 private static final int FUSE_RELEASE = 18;
203 case FUSE_RELEASE:
  /system/core/libappfuse/tests/
FuseAppLoopTest.cc 78 requests.push_back({.code = FUSE_RELEASE, .inode = inode});
274 CheckCallback(0u, FUSE_RELEASE, 0u);
FuseBridgeLoopTest.cc 205 // Invoke FUSE_OPEN and FUSE_RELEASE at last as the loop will exit when all files are closed.
207 CheckProxy(FUSE_RELEASE);
  /frameworks/base/core/jni/
com_android_internal_os_FuseAppLoop.cpp 81 CallOnCommand(FUSE_RELEASE, unique, inode, 0, 0, nullptr);
  /bionic/libc/kernel/uapi/linux/
fuse.h 128 FUSE_RELEASE = 18,
  /hardware/qcom/msm8994/kernel-headers/linux/
fuse.h 149 FUSE_RELEASE = 18,
  /hardware/qcom/msm8994/original-kernel-headers/linux/
fuse.h 325 FUSE_RELEASE = 18,
  /hardware/qcom/msm8996/kernel-headers/linux/
fuse.h 152 FUSE_RELEASE = 18,
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fuse.h 336 FUSE_RELEASE = 18,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fuse.h 251 FUSE_RELEASE = 18,
  /bootable/recovery/
fuse_sideload.cpp 458 case FUSE_RELEASE:
  /external/kernel-headers/original/uapi/linux/
fuse.h 351 FUSE_RELEASE = 18,

Completed in 505 milliseconds