Home
last modified time | relevance | path

Searched defs:getcwd (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
Dgetcwd_test.cpp25 TEST(getcwd, auto_full) { in TEST() argument
35 TEST(getcwd, auto_reasonable) { in TEST() argument
45 TEST(getcwd, auto_too_small) { in TEST() argument
53 TEST(getcwd, auto_too_large) { in TEST() argument
62 TEST(getcwd, manual_too_small) { in TEST() argument
71 TEST(getcwd, manual_zero) { in TEST() argument
80 TEST(getcwd, manual_path_max) { in TEST() argument
/bionic/libc/bionic/
Dgetcwd.cpp36 char* getcwd(char* buf, size_t size) { in getcwd() function
/bionic/libc/include/bits/fortify/
Dunistd.h71 char* getcwd(char* const __pass_object_size buf, size_t size) in getcwd() function