Home
last modified time | relevance | path

Searched defs:InotifyEvent (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dinotify.rs121 pub struct InotifyEvent { struct
125 pub wd: WatchDescriptor,
128 pub mask: AddWatchFlags,
131 pub cookie: u32,
134 pub name: Option<OsString>,
197 pub fn read_events(&self) -> Result<Vec<InotifyEvent>> { in read_events()
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dinotify_buffer.py48 …def _group_events(self, event_list: list[InotifyEvent]) -> list[InotifyEvent | tuple[InotifyEvent,…
54 … def matching_from_event(event: InotifyEvent | tuple[InotifyEvent, InotifyEvent]) -> bool: argument
Dinotify_c.py192 def source_for_move(self, destination_event: InotifyEvent) -> bytes | None:
203 def remember_move_from_event(self, event: InotifyEvent) -> None:
421 class InotifyEvent: class
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dztypes_linux_arm64.go507 type InotifyEvent struct { struct
508 Wd int32
509 Mask uint32
510 Cookie uint32
511 Len uint32
512 Name [0]int8
Dztypes_linux_ppc64le.go508 type InotifyEvent struct { struct
509 Wd int32
510 Mask uint32
511 Cookie uint32
512 Len uint32
513 Name [0]uint8
Dztypes_linux_mips64le.go505 type InotifyEvent struct { struct
506 Wd int32
507 Mask uint32
508 Cookie uint32
509 Len uint32
510 Name [0]int8
Dztypes_linux_mips64.go505 type InotifyEvent struct { struct
506 Wd int32
507 Mask uint32
508 Cookie uint32
509 Len uint32
510 Name [0]int8
Dztypes_linux_ppc64.go508 type InotifyEvent struct { struct
509 Wd int32
510 Mask uint32
511 Cookie uint32
512 Len uint32
513 Name [0]uint8
Dztypes_linux_arm.go506 type InotifyEvent struct { struct
507 Wd int32
508 Mask uint32
509 Cookie uint32
510 Len uint32
511 Name [0]uint8
Dztypes_linux_386.go502 type InotifyEvent struct { struct
503 Wd int32
504 Mask uint32
505 Cookie uint32
506 Len uint32
507 Name [0]uint8
Dztypes_linux_amd64.go506 type InotifyEvent struct { struct
507 Wd int32
508 Mask uint32
509 Cookie uint32
510 Len uint32
511 Name [0]uint8
Dztypes_linux_mips.go503 type InotifyEvent struct { struct
504 Wd int32
505 Mask uint32
506 Cookie uint32
507 Len uint32
Dztypes_linux_loong64.go530 type InotifyEvent struct { struct
531 Wd int32
532 Mask uint32
533 Cookie uint32
534 Len uint32
Dztypes_linux_s390x.go505 type InotifyEvent struct { struct
506 Wd int32
507 Mask uint32
508 Cookie uint32
509 Len uint32
Dztypes_linux_mipsle.go503 type InotifyEvent struct { struct
504 Wd int32
505 Mask uint32
506 Cookie uint32
507 Len uint32
Dztypes_linux_riscv64.go498 type InotifyEvent struct { struct
499 Wd int32
500 Mask uint32
501 Cookie uint32
502 Len uint32
Dtypes_linux.go390 type InotifyEvent C.struct_inotify_event type
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dztypes_zos_s390x.go432 type InotifyEvent struct { struct
433 Wd int32
434 Mask uint32
435 Cookie uint32
436 Len uint32
437 Name string
Dztypes_linux.go784 type InotifyEvent struct { struct
785 Wd int32
786 Mask uint32
787 Cookie uint32
788 Len uint32