Home
last modified time | relevance | path

Searched defs:InotifyRmWatch (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_linux_386.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_s390x.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_riscv64.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_arm.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_loong64.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_arm64.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_mips.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_ppc64.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_amd64.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_mips64le.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_ppc64le.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_mips64.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_linux_mipsle.go599 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp1071 void FileInstance::InotifyRmWatch(int watch) { in InotifyRmWatch() function in cuttlefish::FileInstance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsyscall_linux.go1095 func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { func
Dzsyscall_zos_s390x.go1655 var InotifyRmWatch = enter_InotifyRmWatch var