Home
last modified time | relevance | path

Searched refs:GetCurrentDirectoryA (Results 1 – 25 of 61) sorted by relevance

123

/reactos/modules/rostests/apitests/kernel32/
H A DGetCurrentDirectory.c119 Length = GetCurrentDirectoryA(0, NULL); in TestGetCurrentDirectoryA()
123 Length = GetCurrentDirectoryA(sizeof(Buffer), Buffer); in TestGetCurrentDirectoryA()
129 Length = GetCurrentDirectoryA(0, Buffer); in TestGetCurrentDirectoryA()
135 Length = GetCurrentDirectoryA(1, Buffer); in TestGetCurrentDirectoryA()
141 Length = GetCurrentDirectoryA(2, Buffer); in TestGetCurrentDirectoryA()
147 Length = GetCurrentDirectoryA(3, Buffer); in TestGetCurrentDirectoryA()
153 Length = GetCurrentDirectoryA(4, Buffer); in TestGetCurrentDirectoryA()
H A DSetCurrentDirectory.c34 Length = GetCurrentDirectoryA(sizeof(Buffer), Buffer); in TestSetCurrentDirectoryA()
41 Length = GetCurrentDirectoryA(sizeof(Buffer), Buffer); in TestSetCurrentDirectoryA()
48 Length = GetCurrentDirectoryA(sizeof(Buffer), Buffer); in TestSetCurrentDirectoryA()
57 Length = GetCurrentDirectoryA(sizeof(Buffer), Buffer); in TestSetCurrentDirectoryA()
H A DFindFiles.c129 GetCurrentDirectoryA(_countof(CurrentDirectory), CurrentDirectory); in Test_FindFirstFileA()
510 GetCurrentDirectoryA(_countof(CurrentDirectory), CurrentDirectory); in Test_FindFirstFileExA()
543 if (!GetCurrentDirectoryA(_countof(baseA), baseA)) return 0; in init()
/reactos/modules/rostests/winetests/kernel32/
H A Dpath.c299 len=GetCurrentDirectoryA(MAX_PATH,tmppath); in test_setdir()
342 if( GetCurrentDirectoryA( MAX_PATH, tmpstr)) in test_InitPathA()
463 len=GetCurrentDirectoryA(MAX_PATH,origdir); in test_CurrentDirectoryA()
469 len1=GetCurrentDirectoryA(len,tmpstr); in test_CurrentDirectoryA()
477 len = GetCurrentDirectoryA( 32767, buffer ); in test_CurrentDirectoryA()
482 len = GetCurrentDirectoryA( 32768, buffer ); in test_CurrentDirectoryA()
487 len = GetCurrentDirectoryA( 65535, buffer ); in test_CurrentDirectoryA()
492 len = GetCurrentDirectoryA( 65536, buffer ); in test_CurrentDirectoryA()
812 GetCurrentDirectoryA(MAX_PATH,tmpstr); in test_PathNameA()
2331 GetCurrentDirectoryA( MAX_PATH, orig ); in test_SetSearchPathMode()
[all …]
H A Dvolume.c126 ret = GetCurrentDirectoryA(sizeof(buf), buf); in test_define_dos_deviceA()
379 result = GetCurrentDirectoryA(MAX_PATH, currentdir); in test_GetVolumeInformationA()
790 ret = GetCurrentDirectoryA( sizeof(cwd), cwd ); in test_GetVolumePathNameA()
H A Ddirectory.c458 GetCurrentDirectoryA(MAX_PATH, curdir); in test_RemoveDirectoryA()
/reactos/modules/rostests/apitests/gdi32/
H A DAddFontResource.c20 GetCurrentDirectoryA(MAX_PATH, szCurrentDir); in Test_AddFontResourceA()
/reactos/modules/rostests/winetests/shell32/
H A Dbrsfolder.c185 if (!GetCurrentDirectoryA(MAX_PATH-strlen(title)-3, test_folder_path)) in test_click_make_new_folder_button()
/reactos/modules/rostests/winetests/advpack/
H A Dinstall.c299 GetCurrentDirectoryA(MAX_PATH, prev_path); in START_TEST()
H A Dfiles.c553 GetCurrentDirectoryA(MAX_PATH, prev_path); in START_TEST()
H A Dadvpack.c137 currDirLen = GetCurrentDirectoryA(ARRAY_SIZE(currDir), currDir); in delnode_test()
/reactos/modules/rostests/apitests/setupapi/
H A DSetupDiInstallClassExA.c282 GetCurrentDirectoryA(MAX_PATH, prev_path); in START_TEST()
H A DSetupInstallServicesFromInfSectionEx.c370 GetCurrentDirectoryA(MAX_PATH, prev_path); in START_TEST()
/reactos/modules/rostests/apitests/shell32/
H A DFindExecutable.cpp182 GetCurrentDirectoryA(_countof(cur_dir), cur_dir); in START_TEST()
/reactos/modules/rostests/winetests/urlmon/
H A Dstream.c287 GetCurrentDirectoryA(MAX_PATH, path); in create_file()
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddos.c135 if (!GetCurrentDirectoryA(sizeof(CurrentDirectory), CurrentDirectory)) in DosChangeDirectory()
2338 dwRet = GetCurrentDirectoryA(sizeof(CurrentDirectory), CurrentDirectory); in DosKRNLInitialize()
/reactos/modules/rostests/winetests/cmd/
H A Dbatch.c468 workdir_len = GetCurrentDirectoryA(sizeof(workdir), workdir); in START_TEST()
/reactos/modules/rostests/winetests/setupapi/
H A Dquery.c33 GetCurrentDirectoryA(MAX_PATH, CURR_DIR); in get_directories()
H A Dinstall.c769 GetCurrentDirectoryA(MAX_PATH, prev_path); in START_TEST()
/reactos/modules/rostests/win32/cmd/
H A Dbatch.c473 workdir_len = GetCurrentDirectoryA(sizeof(workdir), workdir); in START_TEST()
/reactos/modules/rosapps/applications/devutils/createspec/
H A Dcreatespec.c270 GetCurrentDirectoryA(MAX_PATH, szFullFileName); in LoadModuleWithSymbols()
/reactos/modules/rostests/apitests/advpack/
H A DDelNode.c399 if (!GetCurrentDirectoryA(_countof(s_cur_dir_A), s_cur_dir_A)) in Test_DelNodeA()
/reactos/modules/rostests/apitests/dbghelp/
H A Dpdb.c616 GetCurrentDirectoryA(_countof(szOldDir), szOldDir); in START_TEST()
/reactos/modules/rostests/winetests/comdlg32/
H A Dfiledlg.c634 cdret = GetCurrentDirectoryA(sizeof(curdir), curdir); in test_ok()
1077 boolret = GetCurrentDirectoryA(sizeof(curdir), curdir); in test_extension()
/reactos/modules/rostests/winetests/cryptnet/
H A Dcryptnet.c306 GetCurrentDirectoryA(MAX_PATH, curr); in make_tmp_file()

123