Home
last modified time | relevance | path

Searched refs:__getcwd_chk (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/ndk_musl_include/fortify/
Dunistd.h39 char* __getcwd_chk(char*, size_t, size_t) ;
65 return __getcwd_chk(buf, size, bos); in getcwd()
/third_party/musl/porting/linux/user/include/fortify/
Dunistd.h39 char* __getcwd_chk(char*, size_t, size_t) ;
65 return __getcwd_chk(buf, size, bos); in getcwd()
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c295 char* __getcwd_chk(char* buf, size_t len, size_t actual_size) in __getcwd_chk() function
/third_party/musl/
Dlibc.map.txt78 __getcwd_chk;