Home
last modified time | relevance | path

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

/bionic/tests/
Ddirent_test.cpp242 offset_list.push_back(telldir(d)); in TEST()
247 offset_list.push_back(telldir(d)); in TEST()
252 long end_offset = telldir(d); in TEST()
259 ASSERT_EQ(offset_list[i], telldir(d)); in TEST()
266 ASSERT_EQ(offset_list[i], telldir(d)); in TEST()
274 ASSERT_EQ(end_offset, telldir(d)); in TEST()
/bionic/libc/include/
Ddirent.h80 extern long telldir(DIR*);
/bionic/libc/bionic/
Ddirent.cpp174 long telldir(DIR* d) { in telldir() function
/bionic/libc/tools/
Dposix-2013.txt1059 telldir
/bionic/libc/
Dlibc.map1182 telldir;