Home
last modified time | relevance | path

Searched refs:g_ioTestPath (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/io/full/
DIt_stdio_getc_unlocked_001.cpp43 ret = strncpy_s(pathname, sizeof(pathname), g_ioTestPath, sizeof(pathname)); in Testcase()
DIt_stdio_fwprintf_001.cpp42 (void)strncpy_s(pathname, 50, g_ioTestPath, 50); // 50, path name buffer size in Testcase()
DIt_stdio_putwc_001.cpp45 ret = strncpy_s(pathname, 50, g_ioTestPath, 50); // 50, pathname size in Testcase()
DIt_stdio_readv_001.cpp51 (void)strncpy_s(pathname, 50, g_ioTestPath, 50); // 50, path name size in Testcase()
DIt_stdio_fputws_001.cpp45 ret = strncpy_s(pathname, 50, g_ioTestPath, 50); // 50, path name buffer size in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/io/
DIt_test_IO.h61 extern char *g_ioTestPath;
Dio_test.cpp36 char *g_ioTestPath = "/storage"; variable