Home
last modified time | relevance | path

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

/bionic/tests/
Dgetcwd_test.cpp27 TEST(getcwd, auto_full) { in TEST() argument
37 TEST(getcwd, auto_reasonable) { in TEST() argument
47 TEST(getcwd, auto_too_small) { in TEST() argument
55 TEST(getcwd, auto_too_large) { in TEST() argument
64 TEST(getcwd, manual_too_small) { in TEST() argument
73 TEST(getcwd, manual_zero) { in TEST() argument
82 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.h73 char* getcwd(char* const __pass_object_size buf, size_t size) in getcwd() function