Home
last modified time | relevance | path

Searched refs:TEST_FILE (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-io-channel-file.c28 #define TEST_FILE "tests/test-io-channel-file.txt" macro
49 unlink(TEST_FILE); in test_io_channel_file_helper()
51 TEST_FILE, in test_io_channel_file_helper()
55 TEST_FILE, in test_io_channel_file_helper()
67 ret = stat(TEST_FILE, &st); in test_io_channel_file_helper()
71 unlink(TEST_FILE); in test_io_channel_file_helper()
91 fd = open(TEST_FILE, O_CREAT | O_TRUNC | O_WRONLY, 0600); in test_io_channel_fd()
100 unlink(TEST_FILE); in test_io_channel_fd()
H A Dtest-io-channel-socket.c423 #define TEST_FILE "test-io-channel-socket.txt" in test_io_channel_unix_fd_pass() macro
425 testfd = open(TEST_FILE, O_RDWR|O_TRUNC|O_CREAT, 0700); in test_io_channel_unix_fd_pass()
496 unlink(TEST_FILE); in test_io_channel_unix_fd_pass()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A Drun-ptest3 TEST_FILE="/tmp/test.data"
11 printf "1234\nname\nname@example.com\n" | ${write_exe_full_path} "${TEST_FILE}"
20 ${read_exe_full_path} "${TEST_FILE}"
27 if [ -e "${TEST_FILE}" ]; then
28 rm "${TEST_FILE}"
/openbmc/linux/tools/testing/selftests/sysctl/
H A Dsysctl.sh13 TEST_FILE=$(mktemp)
208 rm -f "${TEST_FILE}"
223 echo "${TEST_STR}" > "${TEST_FILE}"
224 if ! verify "${TEST_FILE}"; then
263 dd if="${TEST_FILE}" of="${TARGET}" bs=4096 2>/dev/null
283 dd if="${TEST_FILE}" of="${TARGET}" bs=20 seek=2 2>/dev/null
549 dd if="${TEST_FILE}" of="${TARGET}" bs=1 2>/dev/null
654 TEST_FILE=$(mktemp)
655 echo -n "$TEST_STR" > $TEST_FILE
657 cat $TEST_FILE > $TARGET 2> /dev/null
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c6 #ifndef TEST_FILE
7 #define TEST_FILE "test-mmx.h" macro
211 #include TEST_FILE
216 #include TEST_FILE
H A Dtest-3dnow.c2 #define TEST_FILE "test-3dnow.h" macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen/
H A Ddoxygen-native-only-check-python3.patch225 @@ -19,6 +19,6 @@ foreach(TEST_FILE ${TEST_FILES})
226 string(REGEX REPLACE "^.*/([0-9][0-9][0-9]*).*$" "\\1" TEST_ID "${TEST_FILE}")
/openbmc/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c33 #define TEST_FILE "collapse_test_file" macro
438 if (snprintf(finfo.path, sizeof(finfo.path), "%s/" TEST_FILE, in get_finfo()