Home
last modified time | relevance | path

Searched refs:PathIsRelativeW (Results 1 – 25 of 26) sorted by relevance

12

/reactos/dll/win32/shell32/shelldesktop/
H A DCDirectoryList.cpp15 assert(!PathIsRelativeW(pszPath)); in ContainsPath()
30 assert(!PathIsRelativeW(pszPath)); in AddPath()
46 assert(!PathIsRelativeW(pszPath1)); in RenamePath()
47 assert(!PathIsRelativeW(pszPath2)); in RenamePath()
63 assert(!PathIsRelativeW(pszPath)); in DeletePath()
82 assert(!PathIsRelativeW(szPath)); in AddPathsFromDirectory()
H A DCDirectoryWatcher.cpp165 !PathIsRelativeW(szName)) in ProcessNotification()
/reactos/modules/rostests/apitests/fontext/
H A DGetDisplayNameOf.cpp102 BOOL bRelative = PathIsRelativeW(Buf); in Test_GetDisplayNameOf()
112 bRelative = PathIsRelativeW(Buf); in Test_GetDisplayNameOf()
122 bRelative = PathIsRelativeW(Buf); in Test_GetDisplayNameOf()
132 bRelative = PathIsRelativeW(Buf); in Test_GetDisplayNameOf()
151 bRelative = PathIsRelativeW(Buf); in Test_GetDisplayNameOf()
/reactos/modules/rostests/apitests/kernel32/
H A DGetModuleFileName.c110 Relative = PathIsRelativeW(Buffer); in TestGetModuleFileNameW()
/reactos/sdk/lib/3rdparty/libmpg123/compat/
H A Dcompat.c103 if( wpath && !PathIsRelativeW(wpath) in wpath_need_elongation()
123 if(!PathIsRelativeW(wpath) && wcsncmp(L"\\\\?\\", wpath, 4)) in wlongpath()
/reactos/dll/shellext/fontext/
H A DCFontCache.cpp174 if (PathIsRelativeW(File)) in Filename()
/reactos/dll/cpl/appwiz/
H A Dcreatelink.c267 if (PathFileExistsW(szPath) && !PathIsRelativeW(szPath)) in WelcomeDlgProc()
343 if (PathIsRelativeW(szPath)) in WelcomeDlgProc()
/reactos/dll/win32/browseui/
H A Daclistisf.cpp346 if (PathIsRelativeW(pszExpand) && in Expand()
/reactos/dll/win32/shell32/folders/
H A DCFSFolder.cpp206 if (PathIsRelativeW(wszTemp)) in getIconLocationForFolder()
236 if (PathIsRelativeW(wszTemp)) in getIconLocationForFolder()
2029 if (PathIsRelativeW(szImage)) in GetCustomViewInfo()
H A DCDrivesFolder.cpp497 if (PathIsRelativeW(wszTemp)) in getIconLocationForDrive()
/reactos/sdk/lib/atl/
H A Datlpath.h37 inline BOOL PathIsRelativeX(LPCWSTR pszPath) const { return PathIsRelativeW(pszPath); } in PathIsRelativeX()
/reactos/dll/win32/shell32/
H A Dshlfileop.cpp911 if (PathIsRelativeW(path)) in SHCreateDirectoryExW()
1237 if (PathIsRelativeW(ptr)) in parse_file_list()
H A Dshell32.spec39 40 stdcall -noname PathIsRelative(wstr) PathIsRelativeW
H A Dbrfolder.cpp858 if (!PathIsRelativeW(szPath) && PathIsDirectoryW(szPath)) in BrFolder_OnOK()
H A Dshlexec.cpp2696 if ((PathIsRelativeW(szFile) && in ShellExecCmdLine()
/reactos/dll/win32/shell32/wine/
H A Dshell32_main.c447 if (PathIsRelativeW(path)) in SHGetFileInfoW()
/reactos/modules/rostests/apitests/shell32/
H A DShellExecCmdLine.cpp149 if (PathIsRelativeW(szFile) && in ShellExecCmdLine()
/reactos/dll/win32/msi/
H A Dpatch.c966 if (!PathIsRelativeW( xforms[i] )) transform = xforms[i]; in msi_apply_transforms()
H A Dmsi.c128 if (PathIsRelativeW(path)) in MSI_OpenProductW()
/reactos/dll/win32/shlwapi/
H A Dpath.c215 else if (!lpszDir || !*lpszDir || !PathIsRelativeW(lpszFile)) in PathCombineW()
1579 BOOL WINAPI PathIsRelativeW (LPCWSTR lpszPath) in PathIsRelativeW() function
H A Dshlwapi.spec634 633 stdcall PathIsRelativeW(wstr)
/reactos/dll/win32/mscms/
H A Dprofile.c1434 if (!PathIsRelativeW( profile->pProfileData )) in OpenColorProfileW()
/reactos/sdk/include/psdk/
H A Dshlwapi.h976 BOOL WINAPI PathIsRelativeW(_In_ LPCWSTR);
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c2296 BOOL WINAPI PathIsRelativeW(LPCWSTR lpszPath) in PathIsRelativeW() function
2423 if (PathIsRelativeW(pchPath)) in IntLoadFontsInRegistry()
/reactos/dll/win32/comdlg32/
H A Dfiledlg.c768 if(PathIsRelativeW(lpstrFile)) in COMDLG32_GetCanonicalPath()

12