Searched refs:tmpfd (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/fuzz/ |
D | posix_spawn_file_actions_addopen_fuzzer.cpp | 50 s32 tmpfd = *(s32 *)DT_SetGetS32(&g_Element[19], INITVALUE_S32); in TestPosixSpawnFileActionsAddopen() local 53 posix_spawn_file_actions_addopen(&fa, tmpfd, path, flag, 0); in TestPosixSpawnFileActionsAddopen() 54 posix_spawn_file_actions_addclose(&fa, tmpfd); in TestPosixSpawnFileActionsAddopen()
|
D | posix_spawn_file_actions_addfchdir_np_fuzzer.cpp | 50 s32 tmpfd = *(s32 *)DT_SetGetS32(&g_Element[19], INITVALUE_S32); in TestPosixSpawnFileActionsAddfchdirNp() local 51 posix_spawn_file_actions_addfchdir_np(&fa, tmpfd); in TestPosixSpawnFileActionsAddfchdirNp()
|
D | posix_spawn_file_actions_adddup2_fuzzer.cpp | 51 s32 tmpfd = *(s32 *)DT_SetGetS32(&g_Element[19], INITVALUE_S32); in TestPosixSpawnFileActionsAdddup2() local 52 posix_spawn_file_actions_adddup2(&fa, STDOUT_FILENO, tmpfd); in TestPosixSpawnFileActionsAdddup2()
|
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
D | resolve_test.c | 49 int dfd, tmpfd; in setup_testdir() local 65 tmpfd = openat(dfd, "root", O_PATH | O_DIRECTORY); in setup_testdir() 66 if (tmpfd < 0) in setup_testdir() 69 dfd = tmpfd; in setup_testdir()
|