Searched refs:g_ioTestPath (Results 1 – 7 of 7) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
D | It_stdio_getc_unlocked_001.cpp | 43 ret = strncpy_s(pathname, sizeof(pathname), g_ioTestPath, sizeof(pathname)); in Testcase()
|
D | It_stdio_fwprintf_001.cpp | 42 (void)strncpy_s(pathname, 50, g_ioTestPath, 50); // 50, path name buffer size in Testcase()
|
D | It_stdio_putwc_001.cpp | 45 ret = strncpy_s(pathname, 50, g_ioTestPath, 50); // 50, pathname size in Testcase()
|
D | It_stdio_readv_001.cpp | 51 (void)strncpy_s(pathname, 50, g_ioTestPath, 50); // 50, path name size in Testcase()
|
D | It_stdio_fputws_001.cpp | 45 ret = strncpy_s(pathname, 50, g_ioTestPath, 50); // 50, path name buffer size in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/io/ |
D | It_test_IO.h | 61 extern char *g_ioTestPath;
|
D | io_test.cpp | 36 char *g_ioTestPath = "/storage"; variable
|