Lines Matching refs:pathA
427 CHAR pathA[MAX_PATH]; in test_BindToObject() local
512 lstrcpyA(pathA, buf); in test_BindToObject()
513 lstrcatA(pathA, filename_html); in test_BindToObject()
514 hfile = CreateFileA(pathA, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, NULL); in test_BindToObject()
518 MultiByteToWideChar(CP_ACP, 0, pathA, -1, path, MAX_PATH); in test_BindToObject()
545 DeleteFileA(pathA); in test_BindToObject()
551 lstrcpyA(pathA, buf); in test_BindToObject()
552 lstrcatA(pathA, filename_txt); in test_BindToObject()
553 hfile = CreateFileA(pathA, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, NULL); in test_BindToObject()
557 MultiByteToWideChar(CP_ACP, 0, pathA, -1, path, MAX_PATH); in test_BindToObject()
569 DeleteFileA(pathA); in test_BindToObject()
575 lstrcpyA(pathA, buf); in test_BindToObject()
576 lstrcatA(pathA, filename_foo); in test_BindToObject()
577 hfile = CreateFileA(pathA, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, NULL); in test_BindToObject()
581 MultiByteToWideChar(CP_ACP, 0, pathA, -1, path, MAX_PATH); in test_BindToObject()
593 DeleteFileA(pathA); in test_BindToObject()
599 SHGetSpecialFolderPathA(NULL, pathA, CSIDL_DESKTOP, FALSE); in test_BindToObject()
600 lstrcatA(pathA, "\\"); in test_BindToObject()
601 lstrcatA(pathA, filename_html); in test_BindToObject()
602 hfile = CreateFileA(pathA, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, NULL); in test_BindToObject()
605 MultiByteToWideChar(CP_ACP, 0, pathA, -1, path, MAX_PATH); in test_BindToObject()
615 if(!DeleteFileA(pathA)) in test_BindToObject()
618 SHGetSpecialFolderPathA(NULL, pathA, CSIDL_DESKTOP, FALSE); in test_BindToObject()
619 lstrcatA(pathA, "\\"); in test_BindToObject()
620 lstrcatA(pathA, filename_foo); in test_BindToObject()
621 hfile = CreateFileA(pathA, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, NULL); in test_BindToObject()
624 MultiByteToWideChar(CP_ACP, 0, pathA, -1, path, MAX_PATH); in test_BindToObject()
634 DeleteFileA(pathA); in test_BindToObject()