Home
last modified time | relevance | path

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

/bionic/tests/
Dgetcwd_test.cpp23 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/
Dgetcwd.cpp36 char* getcwd(char* buf, size_t size) { in getcwd() function