Lines Matching full:path
50 bool IsDriveRootPath_SuperAllowed(CFSTR s) throw(); // exact drive root path "a:\" or "\\?\a:\"
82 int FindAltStreamColon(CFSTR path) throw();
96 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew);
105 #define IF_USE_MAIN_PATH int _useSuperPathType = GetUseSuperPathType(path); if (USE_MAIN_PATH)
119 if (dirPrefix != NULL && (path) is relative)
124 Current_Dir path can be used in 2 cases:
125 1) if (path) is relative && dirPrefix == NULL
126 2) for _WIN32: if (path) is absolute starting wuth "\"
128 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
129 bool GetFullPath(CFSTR path, FString &fullPath);