Searched refs:getcwd (Results 1 – 22 of 22) sorted by relevance
/bionic/tests/ |
D | getcwd_test.cpp | 23 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 …]
|
D | fortify_compilation_test.cpp | 272 getcwd(buf, 5); in test_getcwd()
|
D | fortify_test.cpp | 637 ASSERT_FORTIFY(getcwd(buf, ct)); in TEST_F()
|
D | gtest_main.cpp | 1082 char* cwd = getcwd(NULL, 0); in PickOptions()
|
/bionic/libc/bionic/ |
D | __getcwd_chk.cpp | 39 return getcwd(buf, len); in __getcwd_chk()
|
D | getcwd.cpp | 37 char* getcwd(char* buf, size_t size) { in getcwd() function
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | realpath.c | 84 if (getcwd(resolved, PATH_MAX) == NULL) { in realpath()
|
/bionic/libc/include/ |
D | unistd.h | 152 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/ |
D | libc.mips64.map | 363 getcwd;
|
D | libc.x86_64.map | 363 getcwd;
|
D | libc.arm64.map | 363 getcwd;
|
D | libc.x86.brillo.map | 430 getcwd;
|
D | libc.mips.brillo.map | 432 getcwd;
|
D | libc.mips.map | 432 getcwd;
|
D | libc.arm.brillo.map | 434 getcwd;
|
D | libc.x86.map | 430 getcwd;
|
D | libc.map.txt | 436 getcwd;
|
D | libc.arm.map | 434 getcwd;
|
D | SYSCALLS.TXT | 196 int __getcwd:getcwd(char* buf, size_t size) all
|
D | Android.mk | 143 bionic/getcwd.cpp \
|
D | Android.bp | 1325 "bionic/getcwd.cpp",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 326 getcwd
|