Home
last modified time | relevance | path

Searched refs:FullPath (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp144 SmallString<80> FullPath; in createYAMLParserFromMeta() local
146 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
147 sys::path::append(FullPath, ExternalFilePath); in createYAMLParserFromMeta()
151 MemoryBuffer::getFile(FullPath); in createYAMLParserFromMeta()
153 return createFileError(FullPath, EC); in createYAMLParserFromMeta()
H A DBitstreamRemarkParser.cpp421 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath()
422 sys::path::append(FullPath, *ExternalFilePath); in processExternalFilePath()
428 MemoryBuffer::getFile(FullPath); in processExternalFilePath()
430 return createFileError(FullPath, EC); in processExternalFilePath()
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp594 FString FullPath; // for filesystem member
727 FString path = DirPrefix + dirItem.FullPath; in GetStream()
925 di.FullPath = name; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp1396 SmallString<256> FullPath; in parseEntry()
1398 FullPath = FS->getExternalContentsPrefixDir(); in parseEntry()
1399 assert(!FullPath.empty() && in parseEntry()
1401 llvm::sys::path::append(FullPath, Value); in parseEntry()
1403 FullPath = Value; in parseEntry()
1409 FullPath = sys::path::remove_leading_dotslash(FullPath); in parseEntry()
1410 sys::path::remove_dots(FullPath, /*remove_dot_dot=*/true); in parseEntry()
1412 ExternalContentsPath = FullPath.str(); in parseEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp728 std::string FullPath; in verifyDebugLineRows() local
731 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()
734 auto It = FullPathMap.find(FullPath); in verifyDebugLineRows()
736 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1139 def FullPath(self): member in XCHierarchicalElement
1932 paths.append(variant.FullPath())
1934 paths.append(xcfilelikeelement.FullPath())
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py1139 def FullPath(self): member in XCHierarchicalElement
1932 paths.append(variant.FullPath())
1934 paths.append(xcfilelikeelement.FullPath())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp239 StringRef FullPath = getFullFilepath(F); in maybeRecordFile() local
241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile()
257 bool Success = OS.EmitCVFileDirective(NextId, FullPath, ChecksumAsBytes, in maybeRecordFile()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1196 PWCHAR FullPath; member

Completed in 26 milliseconds