/reactos/dll/win32/shell32/shelldesktop/ |
H A D | CDirectoryList.cpp | 15 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 D | CDirectoryWatcher.cpp | 165 !PathIsRelativeW(szName)) in ProcessNotification()
|
/reactos/modules/rostests/apitests/fontext/ |
H A D | GetDisplayNameOf.cpp | 102 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 D | GetModuleFileName.c | 110 Relative = PathIsRelativeW(Buffer); in TestGetModuleFileNameW()
|
/reactos/sdk/lib/3rdparty/libmpg123/compat/ |
H A D | compat.c | 103 if( wpath && !PathIsRelativeW(wpath) in wpath_need_elongation() 123 if(!PathIsRelativeW(wpath) && wcsncmp(L"\\\\?\\", wpath, 4)) in wlongpath()
|
/reactos/dll/shellext/fontext/ |
H A D | CFontCache.cpp | 174 if (PathIsRelativeW(File)) in Filename()
|
/reactos/dll/cpl/appwiz/ |
H A D | createlink.c | 267 if (PathFileExistsW(szPath) && !PathIsRelativeW(szPath)) in WelcomeDlgProc() 343 if (PathIsRelativeW(szPath)) in WelcomeDlgProc()
|
/reactos/dll/win32/browseui/ |
H A D | aclistisf.cpp | 346 if (PathIsRelativeW(pszExpand) && in Expand()
|
/reactos/dll/win32/shell32/folders/ |
H A D | CFSFolder.cpp | 206 if (PathIsRelativeW(wszTemp)) in getIconLocationForFolder() 236 if (PathIsRelativeW(wszTemp)) in getIconLocationForFolder() 2029 if (PathIsRelativeW(szImage)) in GetCustomViewInfo()
|
H A D | CDrivesFolder.cpp | 497 if (PathIsRelativeW(wszTemp)) in getIconLocationForDrive()
|
/reactos/sdk/lib/atl/ |
H A D | atlpath.h | 37 inline BOOL PathIsRelativeX(LPCWSTR pszPath) const { return PathIsRelativeW(pszPath); } in PathIsRelativeX()
|
/reactos/dll/win32/shell32/ |
H A D | shlfileop.cpp | 911 if (PathIsRelativeW(path)) in SHCreateDirectoryExW() 1237 if (PathIsRelativeW(ptr)) in parse_file_list()
|
H A D | shell32.spec | 39 40 stdcall -noname PathIsRelative(wstr) PathIsRelativeW
|
H A D | brfolder.cpp | 858 if (!PathIsRelativeW(szPath) && PathIsDirectoryW(szPath)) in BrFolder_OnOK()
|
H A D | shlexec.cpp | 2696 if ((PathIsRelativeW(szFile) && in ShellExecCmdLine()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shell32_main.c | 447 if (PathIsRelativeW(path)) in SHGetFileInfoW()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | ShellExecCmdLine.cpp | 149 if (PathIsRelativeW(szFile) && in ShellExecCmdLine()
|
/reactos/dll/win32/msi/ |
H A D | patch.c | 966 if (!PathIsRelativeW( xforms[i] )) transform = xforms[i]; in msi_apply_transforms()
|
H A D | msi.c | 128 if (PathIsRelativeW(path)) in MSI_OpenProductW()
|
/reactos/dll/win32/shlwapi/ |
H A D | path.c | 215 else if (!lpszDir || !*lpszDir || !PathIsRelativeW(lpszFile)) in PathCombineW() 1579 BOOL WINAPI PathIsRelativeW (LPCWSTR lpszPath) in PathIsRelativeW() function
|
H A D | shlwapi.spec | 634 633 stdcall PathIsRelativeW(wstr)
|
/reactos/dll/win32/mscms/ |
H A D | profile.c | 1434 if (!PathIsRelativeW( profile->pProfileData )) in OpenColorProfileW()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 976 BOOL WINAPI PathIsRelativeW(_In_ LPCWSTR);
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 2296 BOOL WINAPI PathIsRelativeW(LPCWSTR lpszPath) in PathIsRelativeW() function 2423 if (PathIsRelativeW(pchPath)) in IntLoadFontsInRegistry()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlg.c | 768 if(PathIsRelativeW(lpstrFile)) in COMDLG32_GetCanonicalPath()
|