Home
last modified time | relevance | path

Searched refs:FullPath (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp426 UString FullPath; member
574 UString path = DirPrefix + dirItem.FullPath; in GetStream()
716 di.FullPath = name; in main()
/external/llvm/lib/Support/Windows/
DPath.inc92 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);
/external/clang/lib/AST/
DVTableBuilder.cpp3449 VPtrInfo::BasePath &FullPath, VPtrInfo *Info) { in findPathForVPtr() argument
3451 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() local
3491 VBasesSeen, FullPath, Info); in computeFullPathsForVFTables()
3493 FullPath.clear(); in computeFullPathsForVFTables()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1196 PWCHAR FullPath; member