Searched defs:tiny_buf (Results 1 - 1 of 1) sorted by relevance
/bionic/tests/ | ||
H A D | getcwd_test.cpp | 61 char tiny_buf[1]; local 63 char* cwd = getcwd(tiny_buf, sizeof(tiny_buf)); 70 char tiny_buf[1]; local 72 char* cwd = getcwd(tiny_buf, 0); |
Completed in 42 milliseconds