Home
last modified time | relevance | path

Searched refs:childFileName (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
Dprocess_test_063.cpp69 char *childFileName = NULL; in TestCase() local
76 childFileName = reinterpret_cast<char *>(1); in TestCase()
77 ret = posix_spawn(&pid, childFileName, NULL, NULL, NULL, NULL); in TestCase()
Dprocess_test_064.cpp69 char *childFileName = NULL; in TestCase() local