Searched refs:fileno (Results 1 – 15 of 15) sorted by relevance
/bionic/tests/ |
D | stdio_test.cpp | 147 int fd = fileno(fp); in TEST() 175 std::string fd_path = android::base::StringPrintf("/proc/self/fd/%d", fileno(fp)); in TEST() 978 ASSERT_NE(-1, dup2(fd_rdonly, fileno(fp))); in TEST() 988 ASSERT_NE(-1, dup2(fd_rdonly, fileno(fp))); in TEST() 1027 ASSERT_EQ(0, shutdown(fileno(fp), SHUT_WR)); in TEST() 1956 ASSERT_EQ(-1, fileno(fp)); in TEST() 2023 ASSERT_TRUE(CloseOnExec(fileno(fp))); in TEST() 2033 ASSERT_TRUE(CloseOnExec(fileno(fp))); in TEST() 2040 ASSERT_FALSE(CloseOnExec(fileno(fp))); in TEST() 2043 ASSERT_TRUE(CloseOnExec(fileno(fp))); in TEST() [all …]
|
D | fdsan_test.cpp | 126 EXPECT_FDSAN_DEATH(close(fileno(f)), "actually owned by FILE"); in TEST_F()
|
D | sys_stat_test.cpp | 39 int fd = fileno(fp); in TEST()
|
/bionic/libc/bionic/ |
D | jemalloc_wrapper.cpp | 175 int fd = fileno(fp); in je_malloc_info()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 89 FUNCTION(fileno, int (*f)(FILE*)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 264 __wur int fileno(FILE* _Nonnull __fp);
|
/bionic/libc/malloc_debug/ |
D | malloc_debug.cpp | 989 int fd = fileno(fp); in debug_malloc_info() 1152 write_dump(fileno(fp)); in debug_write_malloc_leak_info()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_076.S | 250 CALL(fileno)
|
D | liblinker_reloc_bench_074.S | 499 CALL(fileno)
|
D | liblinker_reloc_bench_001.S | 3852 CALL(fileno)
|
/bionic/tools/versioner/src/ |
D | versioner.cpp | 224 int empty_file_fd = fileno(empty_file); in compileHeaders()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 263 fileno
|
/bionic/libc/stdio/ |
D | stdio.cpp | 457 int fileno(FILE* fp) { in fileno() function
|
/bionic/libc/ |
D | libc.map.txt | 362 fileno;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 362 fileno;
|