Searched refs:FullPath (Results 1 – 4 of 4) sorted by relevance
426 UString FullPath; member574 UString path = DirPrefix + dirItem.FullPath; in GetStream()716 di.FullPath = name; in main()
92 SmallString<2*MAX_PATH> FullPath("\\\\?\\");97 FullPath.append(CurPath);109 llvm::sys::path::remove_filename(FullPath);111 llvm::sys::path::append(FullPath, *I);113 return UTF8ToUTF16(FullPath, Path16);
3449 VPtrInfo::BasePath &FullPath, VPtrInfo *Info) { in findPathForVPtr() argument3451 Info->PathToBaseWithVPtr = FullPath; in findPathForVPtr()3474 FullPath.push_back(Base); in findPathForVPtr()3476 FullPath, Info)) in findPathForVPtr()3478 FullPath.pop_back(); in findPathForVPtr()3488 VPtrInfo::BasePath FullPath; in computeFullPathsForVFTables() local3491 VBasesSeen, FullPath, Info); in computeFullPathsForVFTables()3493 FullPath.clear(); in computeFullPathsForVFTables()
1196 PWCHAR FullPath; member