OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_flag
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
fchmod.cpp
55
int
fd_flag
= fcntl(fd, F_GETFL);
local
56
if (
fd_flag
== -1 || (
fd_flag
& O_PATH) == 0) {
fgetxattr.cpp
51
int
fd_flag
= fcntl(fd, F_GETFL);
local
52
if (
fd_flag
== -1 || (
fd_flag
& O_PATH) == 0) {
flistxattr.cpp
50
int
fd_flag
= fcntl(fd, F_GETFL);
local
51
if (
fd_flag
== -1 || (
fd_flag
& O_PATH) == 0) {
fsetxattr.cpp
50
int
fd_flag
= fcntl(fd, F_GETFL);
local
51
if (
fd_flag
== -1 || (
fd_flag
& O_PATH) == 0) {
Completed in 505 milliseconds