Searched refs:__open (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/ |
| H A D | close.pass.cpp | 43 assert(f.__open(fd, std::ios_base::out) != 0); in main()
|
| /llvm-project-15.0.7/bolt/runtime/ |
| H A D | hugify.cpp | 33 int fd = __open("/sys/kernel/mm/transparent_hugepage/enabled", in has_pagecache_thp_support()
|
| H A D | common.h | 321 uint64_t __open(const char *pathname, uint64_t flags, uint64_t mode) { in __open() function
|
| H A D | instr.cpp | 626 uint64_t FDdir = __open(DirPath, in getBinaryPath() 662 uint64_t FD = __open(BinPath, in readDescriptions() 1411 uint64_t FD = __open(Buf, in openProfile()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | fstream | 253 basic_filebuf* __open(int __fd, ios_base::openmode __mode); 591 basic_filebuf<_CharT, _Traits>::__open(int __fd, ios_base::openmode __mode) { 1197 void __open(int __fd, ios_base::openmode __mode); 1327 void basic_ifstream<_CharT, _Traits>::__open(int __fd, 1329 if (__sb_.__open(__fd, __mode | ios_base::in)) 1398 void __open(int __fd, ios_base::openmode __mode); 1528 void basic_ofstream<_CharT, _Traits>::__open(int __fd, 1530 if (__sb_.__open(__fd, __mode | ios_base::out))
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | operations.cpp | 859 in.__open(read_fd.fd, ios::binary); 867 out.__open(write_fd.fd, ios::binary);
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 913 fun:__open=uninstrumented
|