Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/stdio/
Dflags.c54 m = O_RDONLY; in __sflags()
/bionic/libc/bionic/
Dssp.c46 fd = open("/dev/urandom", O_RDONLY); in __guard_setup()
Drealpath.c70 if ((fd = open(".", O_RDONLY)) < 0) {
Darc4random.c116 fd = open("/dev/urandom", O_RDONLY); in arc4_stir()
Ddlmalloc.c2539 if ((fd = open("/dev/urandom", O_RDONLY)) >= 0 && in init_mparams()
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h18 #define O_RDONLY 00000000 macro
/bionic/libc/unistd/
Dopendir.c58 dir->_DIR_fd = open(dirpath, O_RDONLY|O_DIRECTORY); in opendir()
Dsysconf.c291 p->fd = open( path, O_RDONLY ); in line_parser_init()
/bionic/libc/tzcode/
Dstrftime.c802 fd = open(filename, O_RDONLY);
810 fd = open(filename, O_RDONLY);
Dlocaltime.c50 #define OPEN_MODE (O_RDONLY | O_BINARY)
53 #define OPEN_MODE O_RDONLY
/bionic/linker/
Dlinker.c500 if ((fd = open(name, O_RDONLY)) >= 0) in _open_lib()