Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dcpu-arm-linux.c48 static int open_eintr(const char *path, int flags) { in open_eintr() function
83 int fd = open_eintr(path, O_RDONLY); in read_file()
133 int fd = open_eintr("/proc/self/auxv", O_RDONLY); in getauxval_proc()