Home
last modified time | relevance | path

Searched refs:GetFullPathNameA (Results 1 – 18 of 18) sorted by relevance

/reactos/base/system/expand/
H A Dexpand.c60 GetFullPathNameA( info->NameInCabinet, sizeof(buffer), buffer, &basename ); in set_outfile()
108 GetFullPathNameA( argv[2], sizeof(infile), infile, NULL ); in main()
110 GetFullPathNameA( argv[1], sizeof(infile), infile, NULL ); in main()
129 GetFullPathNameA( infile, sizeof(outfile), outfile, &basename_index ); in main()
142 GetFullPathNameA( argv[2], sizeof(outfile), outfile, NULL ); in main()
/reactos/sdk/tools/hhpcomp/
H A Dutils.cpp48 if (GetFullPathNameA(path, MAX_PATH, temp2, NULL)) { in real_path()
/reactos/modules/rostests/winetests/kernel32/
H A Dpath.c144 len=GetFullPathNameA(subpath,MAX_PATH,tmpstr,&strptr); in test_ValidPathA()
810 ok(GetFullPathNameA(tmpstr,MAX_PATH,tmpstr2,&strptr), in test_PathNameA()
819 ok(GetFullPathNameA(tmpstr,MAX_PATH,tmpstr1,&strptr),"GetFullPathNameA failed\n"); in test_PathNameA()
827 ok(GetFullPathNameA(tmpstr,MAX_PATH,tmpstr1,&strptr),"GetFullPathNameA failed\n"); in test_PathNameA()
848 ok(GetFullPathNameA(tmpstr,MAX_PATH,tmpstr1,&strptr),"GetFullPathNameA failed\n"); in test_PathNameA()
884 ok(GetFullPathNameA(tmpstr,MAX_PATH,tmpstr1,&strptr),"GetFullPathNameA failed\n"); in test_PathNameA()
892 ok(GetFullPathNameA(tmpstr,MAX_PATH,tmpstr1,&strptr),"GetFullPathNameA failed\n"); in test_PathNameA()
1682 ret = GetFullPathNameA(buf + 2, sizeof(buf), buf, NULL); in test_drive_letter_case()
1718 ret = GetFullPathNameA(".", sizeof(buf), buf, NULL); in test_drive_letter_case()
2057 ret = GetFullPathNameA(invalid_parameters[i].name, in test_GetFullPathNameA()
[all …]
H A Dprocess.c980 GetFullPathNameA(selfname, MAX_PATH, fullpath, &lpFilePart); in test_CommandLine()
1004 GetFullPathNameA(selfname, MAX_PATH, fullpath, &lpFilePart); in test_CommandLine()
/reactos/modules/rostests/winetests/wscript/
H A Drun.c258 res = GetFullPathNameA(script_name, sizeof(fullPath), fullPath, &pos); in Dispatch_Invoke()
274 res = GetFullPathNameA(script_name, sizeof(fullPath), fullPath, NULL); in Dispatch_Invoke()
/reactos/dll/win32/kernel32/client/file/
H A Dcreate.c399 if (!GetFullPathNameA(lpFileName, in OpenFile()
/reactos/modules/rostests/winetests/msxml3/
H A Dxmldoc.c130 GetFullPathNameA("bank.xml", MAX_PATH, path, NULL); in test_xmldoc()
428 GetFullPathNameA("bank.xml", MAX_PATH, path, NULL); in test_persiststreaminit()
670 GetFullPathNameA(szBankXML, MAX_PATH, pathA, NULL); in test_xmlelem_collection()
/reactos/dll/win32/setupapi/
H A Dsetupcab.c538 fpnsize = GetFullPathNameA(CabinetFile, MAX_PATH, pszCabPath, &p); in SetupIterateCabinetA()
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Dprocess.c723 if (GetFullPathNameA(ExecutablePath, sizeof(FullPath), FullPath, NULL)) in DosLoadExecutable()
H A Ddos.c1783 DWORD dwRetVal = GetFullPathNameA(SEG_OFF_TO_PTR(getDS(), getSI()), in DosInt21h()
/reactos/dll/win32/winmm/
H A Dmmio.c590 if (GetFullPathNameA(szFileName, sizeof(buffer), buffer, NULL) >= sizeof(buffer)) in MMIO_Open()
/reactos/dll/win32/kernel32/client/
H A Dpath.c993 GetFullPathNameA(IN LPCSTR lpFileName, in GetFullPathNameA() function
/reactos/sdk/include/psdk/
H A Dwinbase.h2219 DWORD WINAPI GetFullPathNameA(LPCSTR,DWORD,LPSTR,LPSTR*);
3846 #define GetFullPathName GetFullPathNameA
/reactos/dll/win32/kernel32/
H A Dkernel32.spec490 @ stdcall GetFullPathNameA(str long ptr ptr)
/reactos/dll/win32/shlwapi/
H A Dpath.c3224 return !!GetFullPathNameA(lpszPath, cchBuf, lpszBuf, NULL); in PathSearchAndQualifyA()
/reactos/modules/rostests/winetests/advapi32/
H A Dservice.c2657 GetFullPathNameA(myARGV[0], sizeof(selfname), selfname, NULL); in START_TEST()
/reactos/modules/rostests/winetests/ole32/
H A Dstorage32.c3065 GetFullPathNameA(filenameA, MAX_PATH, full_path, &rel_pathA); in test_toplevel_stat()
/reactos/modules/rostests/winetests/msi/
H A Dpackage.c9440 GetFullPathNameA(msifile, MAX_PATH, msifile_absolute, NULL); in test_top_level_action()