Lines Matching refs:open
205 /* asan path open */
1338 int fd = open("/dev/urandom", O_RDONLY);
1379 fd = open("/sys/kernel/mm/transparent_hugepage/enabled", O_RDONLY);
1677 if ((fd = open(buf, O_RDONLY|O_CLOEXEC))>=0) return fd;
2030 fd = open(name, O_RDONLY|O_CLOEXEC);
2031 LD_LOGD("load_library is_accessible return true, open file fd:%{public}d .", fd);
2975 fd = open(argv[0], O_RDONLY);
4540 if ((task->fd = open(buf, O_RDONLY|O_CLOEXEC))>=0) break;
4683 LD_LOGE("Open uncompressed library: open %{public}s in %{public}s failed because of misalignment or saved with compression."
5216 task->fd = open(name, O_RDONLY | O_CLOEXEC);