Home
last modified time | relevance | path

Searched refs:unix_read (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dunix.c103 static int unix_read(URLContext *h, uint8_t *buf, int size) in unix_read() function
151 .url_read = unix_read,
/third_party/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf131 unix_read
Dsmall-base.conf131 unix_read
/third_party/selinux/libsepol/tests/policies/test-expander/
Duser-base.conf131 unix_read
Drole-base.conf131 unix_read
Dalias-base.conf131 unix_read
Dsmall-base.conf131 unix_read
/third_party/selinux/libsepol/tests/policies/test-deps/
Dbase-notmetreq.conf130 unix_read
Dsmall-base.conf131 unix_read
Dbase-metreq.conf131 unix_read
/third_party/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf131 unix_read
/third_party/selinux/secilc/docs/
Dcil_class_and_permission_statements.md135 (common ipc (create destroy getattr setattr read write associate unix_read unix_write))
144 (class sem (create destroy getattr setattr read write associate unix_read unix_write))
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf137 unix_read
1430 allow kernel_t self:shm { associate getattr setattr create destroy read write lock unix_read unix_w…
1431 allow kernel_t self:sem { associate getattr setattr create destroy read write unix_read unix_write …
1433 allow kernel_t self:msgq { associate getattr setattr create destroy read write enqueue unix_read un…
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c760 static int unix_read(struct userdata *u, pa_usec_t *sleep_usec, bool polled, bool on_timeout) { in unix_read() function
1738 work_done = unix_read(u, &sleep_usec, revents & POLLIN, on_timeout); in thread_func()