OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:___fchmod
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/arch-arm64/syscalls/
___fchmod.S
5
ENTRY(
___fchmod
)
function
14
END(
___fchmod
)
15
.hidden
___fchmod
/bionic/libc/arch-x86_64/syscalls/
___fchmod.S
5
ENTRY(
___fchmod
)
function
15
END(
___fchmod
)
16
.hidden
___fchmod
/bionic/libc/arch-arm/syscalls/
___fchmod.S
5
ENTRY(
___fchmod
)
function
16
END(
___fchmod
)
17
.hidden
___fchmod
/bionic/libc/arch-mips/syscalls/
___fchmod.S
5
ENTRY(
___fchmod
)
function
19
END(
___fchmod
)
20
.hidden
___fchmod
/bionic/libc/arch-mips64/syscalls/
___fchmod.S
5
ENTRY(
___fchmod
)
function
25
END(
___fchmod
)
26
.hidden
___fchmod
/bionic/libc/arch-x86/syscalls/
___fchmod.S
5
ENTRY(
___fchmod
)
function
34
END(
___fchmod
)
35
.hidden
___fchmod
/bionic/libc/bionic/
fchmod.cpp
36
extern "C" int
___fchmod
(int, mode_t);
40
int result =
___fchmod
(fd, mode);
Completed in 334 milliseconds