Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgetdomainname.cpp34 int getdomainname(char* name, size_t len) { in getdomainname() function
/bionic/libc/include/
Dunistd.h313 int getdomainname(char* __buf, size_t __buf_size) __INTRODUCED_IN(26);
/bionic/tests/
Dunistd_test.cpp1299 TEST(UNISTD_TEST, getdomainname) { in TEST() argument
1304 ASSERT_EQ(0, getdomainname(buf, sizeof(buf))); in TEST()
1309 ASSERT_EQ(-1, getdomainname(buf, strlen(u.domainname))); in TEST()
/bionic/docs/
Dstatus.md119 * `getdomainname`/`setdomainname`
/bionic/tools/versioner/platforms/
Dlibc.map.txt1303 getdomainname; # introduced=26
/bionic/libc/
Dlibc.map.txt1303 getdomainname; # introduced=26
DAndroid.bp1070 "bionic/getdomainname.cpp",