Searched defs:getcwd (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | getcwd_test.cpp | 23 TEST(getcwd, auto_full) { in TEST() argument 33 TEST(getcwd, auto_reasonable) { in TEST() argument 43 TEST(getcwd, auto_too_small) { in TEST() argument 51 TEST(getcwd, auto_too_large) { in TEST() argument 59 TEST(getcwd, manual_too_small) { in TEST() argument 68 TEST(getcwd, manual_zero) { in TEST() argument 77 TEST(getcwd, manual_path_max) { in TEST() argument
|
/bionic/libc/bionic/ |
D | getcwd.cpp | 36 char* getcwd(char* buf, size_t size) { in getcwd() function
|
/bionic/libc/include/bits/fortify/ |
D | unistd.h | 72 char* getcwd(char* const __pass_object_size buf, size_t size) in getcwd() function 238 char* getcwd(char* buf, size_t size) __overloadable { in getcwd() function
|