Searched refs:test_file (Results 1 – 11 of 11) sorted by relevance
9 xz -cd < $_tin > ${TEST_OUT_DIR}/test_file11 cat ${TEST_OUT_DIR}/test_file > /dev/null13 $PROG ${TEST_OUT_DIR}/test_file16 rm ${TEST_OUT_DIR}/test_file19 rm ${TEST_OUT_DIR}/test_file
54 xz -cd < $_tin > ${TEST_DIR}/test_file56 cat ${TEST_DIR}/test_file > /dev/null58 $2 ${TEST_DIR}/test_file61 rm ${TEST_DIR}/test_file64 rm ${TEST_DIR}/test_file
97 struct test_file { struct111 struct test_file *tf; in test_open() argument121 tf = malloc(sizeof(struct test_file)); in test_open()153 struct test_file *tf = h; in test_close()167 struct test_file *tf = h; in test_isdir()175 struct test_file *tf = h; in test_read()191 struct test_file *tf = h; in test_readdir()217 struct test_file *tf = h; in test_seek()229 struct test_file *tf = h; in test_stat()
24 test_file() { function39 test_file $orig/$i $new/$i || continue
830 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation() local831 if (!test_file) { in TestEmulation()838 if (!fgets(buffer, 255, test_file)) { in TestEmulation()841 fclose(test_file); in TestEmulation()848 fclose(test_file); in TestEmulation()855 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream)); in TestEmulation()859 fclose(test_file); in TestEmulation()863 fclose(test_file); in TestEmulation()
330 const char *test_file) { in TestEmulation() argument333 test_file); in TestEmulation()341 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
756 test_file="$(printf "y\01z")"758 atf_check -e empty -o empty -s exit:0 touch "$test_file"760 atf_check -e empty -o match:'y\?z' -s exit:0 ls -q "$test_file"761 atf_check -e empty -o match:"$test_file" -s exit:0 ls -w "$test_file"
109 #define FORK_TEST_ON(test_case_name, test_name, test_file) \ argument114 const char *filename = test_file; \
70 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
78 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
4 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c