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

/bionic/libc/bionic/
H A Dgetcwd.cpp36 char* getcwd(char* buf, size_t size) { function
/bionic/libc/include/bits/fortify/
H A Dunistd.h72 char* getcwd(char* const __pass_object_size buf, size_t size)
74 __error_if_overflows_objectsize(size, __bos(buf), getcwd) {
78 return __call_bypassing_fortify(getcwd)(buf, size);
212 char* __getcwd_real(char*, size_t) __RENAME(getcwd); variable
218 __errordecl(__getcwd_dest_size_error, "getcwd called with size bigger than destination");
238 char* getcwd(char* buf, size_t size) __overloadable {
/bionic/tools/versioner/current/bits/fortify/
H A Dunistd.h72 char* getcwd(char* const __pass_object_size buf, size_t size)
74 __error_if_overflows_objectsize(size, __bos(buf), getcwd) {
78 return __call_bypassing_fortify(getcwd)(buf, size);
212 char* __getcwd_real(char*, size_t) __RENAME(getcwd); variable
218 __errordecl(__getcwd_dest_size_error, "getcwd called with size bigger than destination");
238 char* getcwd(char* buf, size_t size) __overloadable {

Completed in 68 milliseconds