Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 22 of 22) sorted by relevance

/bionic/tests/
Dgetcwd_test.cpp23 TEST(getcwd, auto_full) { in TEST() argument
26 char* cwd = getcwd(NULL, 0); in TEST()
33 TEST(getcwd, auto_reasonable) { in TEST() argument
36 char* cwd = getcwd(NULL, PATH_MAX); in TEST()
43 TEST(getcwd, auto_too_small) { in TEST() argument
46 char* cwd = getcwd(NULL, 1); in TEST()
51 TEST(getcwd, auto_too_large) { in TEST() argument
54 char* cwd = getcwd(NULL, static_cast<size_t>(-1)); in TEST()
59 TEST(getcwd, manual_too_small) { in TEST() argument
63 char* cwd = getcwd(tiny_buf, sizeof(tiny_buf)); in TEST()
[all …]
Dfortify_compilation_test.cpp272 getcwd(buf, 5); in test_getcwd()
Dfortify_test.cpp637 ASSERT_FORTIFY(getcwd(buf, ct)); in TEST_F()
Dgtest_main.cpp1082 char* cwd = getcwd(NULL, 0); in PickOptions()
/bionic/libc/bionic/
D__getcwd_chk.cpp39 return getcwd(buf, len); in __getcwd_chk()
Dgetcwd.cpp37 char* getcwd(char* buf, size_t size) { in getcwd() function
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c84 if (getcwd(resolved, PATH_MAX) == NULL) { in realpath()
/bionic/libc/include/
Dunistd.h152 extern char* getcwd(char* __buf, size_t __size);
253 extern char* __getcwd_real(char*, size_t) __RENAME(getcwd);
298 char* getcwd(char* buf, size_t size) { in getcwd() function
/bionic/libc/
Dlibc.mips64.map363 getcwd;
Dlibc.x86_64.map363 getcwd;
Dlibc.arm64.map363 getcwd;
Dlibc.x86.brillo.map430 getcwd;
Dlibc.mips.brillo.map432 getcwd;
Dlibc.mips.map432 getcwd;
Dlibc.arm.brillo.map434 getcwd;
Dlibc.x86.map430 getcwd;
Dlibc.map.txt436 getcwd;
Dlibc.arm.map434 getcwd;
DSYSCALLS.TXT196 int __getcwd:getcwd(char* buf, size_t size) all
DAndroid.mk143 bionic/getcwd.cpp \
DAndroid.bp1325 "bionic/getcwd.cpp",
/bionic/libc/tools/
Dposix-2013.txt326 getcwd