/reactos/modules/rostests/winetests/shlwapi/ |
H A D | istream.c | 288 char test_file[MAX_PATH]; in test_SHCreateStreamOnFileA() local 294 GetTempPathA(MAX_PATH, test_file); in test_SHCreateStreamOnFileA() 295 lstrcatA(test_file, testA_txt); in test_SHCreateStreamOnFileA() 314 ret = SHCreateStreamOnFileA(test_file, mode | stgm, NULL); in test_SHCreateStreamOnFileA() 383 delret = DeleteFileA(test_file); in test_SHCreateStreamOnFileA() 385 test_file, GetLastError()); in test_SHCreateStreamOnFileA() 395 WCHAR test_file[MAX_PATH]; in test_SHCreateStreamOnFileW() local 404 MultiByteToWideChar(CP_ACP, 0, test_fileA, -1, test_file, MAX_PATH); in test_SHCreateStreamOnFileW() 422 ret = SHCreateStreamOnFileW(test_file, mode | stgm, NULL); in test_SHCreateStreamOnFileW() 509 WCHAR test_file[MAX_PATH]; in test_SHCreateStreamOnFileEx() local [all …]
|
/reactos/modules/rostests/winetests/qmgr/ |
H A D | file.c | 39 static IBackgroundCopyFile *test_file; variable 125 hres = IEnumBackgroundCopyFiles_Next(test_enumFiles, 1, &test_file, NULL); in setup() 140 IBackgroundCopyFile_Release(test_file); in teardown() 152 hres = IBackgroundCopyFile_GetRemoteName(test_file, &name); in test_GetRemoteName() 164 hres = IBackgroundCopyFile_GetLocalName(test_file, &name); in test_GetLocalName() 176 hres = IBackgroundCopyFile_GetProgress(test_file, &progress); in test_GetProgress_PreTransfer()
|
/reactos/modules/rostests/winetests/winmm/ |
H A D | mmio.c | 706 char test_file[MAX_PATH]; in test_mmioSeek() local 739 if (!create_test_file(test_file)) return; in test_mmioSeek() 800 hfile = OpenFile(test_file, &ofs, OF_READ); in test_mmioSeek() 817 DeleteFileA(test_file); in test_mmioSeek() 828 if (!create_test_file(test_file)) return; in test_mmio_end_of_file() 837 DeleteFileA(test_file); in test_mmio_end_of_file() 855 DeleteFileA(test_file); in test_mmio_end_of_file() 860 char test_file[MAX_PATH]; in test_mmio_buffer_pointer() local 867 if (!create_test_file(test_file)) return; in test_mmio_buffer_pointer() 876 DeleteFileA(test_file); in test_mmio_buffer_pointer() [all …]
|
H A D | wave.c | 1699 char test_file[MAX_PATH], temp[MAX_PATH], *exts; in test_PlaySound() local 1712 GetTempPathA(sizeof(test_file), test_file); in test_PlaySound() 1713 strcat(test_file, "mysound.wav"); in test_PlaySound() 1714 create_wav_file(test_file); in test_PlaySound() 1716 br = PlaySoundA(test_file, NULL, SND_FILENAME | SND_NODEFAULT); in test_PlaySound() 1720 br = PlaySoundA(test_file, NULL, SND_ALIAS | SND_NODEFAULT); in test_PlaySound() 1723 strcpy(temp, test_file); in test_PlaySound() 1736 DeleteFileA(test_file); in test_PlaySound()
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/app/ |
H A D | bcc.mak | 89 TMP_FILES := test.txt test_file.txt win32_file_format.tmp
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | check.c | 1005 static void test_file(DOS_FS * fs, DOS_FILE * file, int read_test) function 1169 test_file(fs, new, test); /* Bad cluster check */
|
H A D | ChangeLog | 218 To that end, test_file() keeps variables to point to the previous 221 updates) in test_file() when they are not. 1201 Now test_file() will ignore files where the first cluster equals 1 and
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | url.c | 194 static const char *test_file; variable 3703 if(test_file) in create_file() 3704 DeleteFileA(test_file); in create_file() 3705 test_file = file_name; in create_file() 4171 DeleteFileA(test_file); in START_TEST()
|
/reactos/modules/rostests/winetests/winhttp/ |
H A D | winhttp.c | 370 static const WCHAR test_file[] = {'t','e','s','t','s','/','p','o','s','t','.','p','h','p',0}; in test_WinHttpSendRequest() local 393 request = WinHttpOpenRequest(connection, postW, test_file, NULL, WINHTTP_NO_REFERER, in test_WinHttpSendRequest() 564 static const WCHAR test_file[] = {'/','p','o','s','t','t','e','s','t','.','p','h','p',0}; in test_WinHttpAddHeaders() local 629 request = WinHttpOpenRequest(connection, test_verb, test_file, NULL, WINHTTP_NO_REFERER, in test_WinHttpAddHeaders()
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog-5.1 | 696 test file and adopt a 'Standard' file name 'test_file.txt'. 4564 * test/fstream_test.cpp: Add check in creation of test_file.txt
|