OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__umask_chk
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/bionic/
__umask_chk.cpp
37
* Runtime implementation of
__umask_chk
.
44
extern "C" mode_t
__umask_chk
(mode_t mode) {
function
/bionic/libc/include/sys/
stat.h
134
extern mode_t
__umask_chk
(mode_t);
149
return
__umask_chk
(mode);
/prebuilts/sdk/renderscript/lib/x86/
libc.so
/bionic/libc/
Android.mk
199
bionic/
__umask_chk
.cpp \
/prebuilts/sdk/renderscript/lib/arm/
libc.so
/prebuilts/sdk/renderscript/lib/mips/
libc.so
Completed in 221 milliseconds