/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 35 SmallString<256> FullPath; in getOutputPath() local 38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath() 41 sys::path::append(FullPath, getCoverageDir()); in getOutputPath() 45 sys::path::append(FullPath, sys::path::relative_path(ParentPath)); in getOutputPath() 48 sys::path::append(FullPath, PathFilename); in getOutputPath() 49 sys::path::native(FullPath); in getOutputPath() 51 return std::string(FullPath.str()); in getOutputPath() 60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream() local 62 auto ParentDir = sys::path::parent_path(FullPath); in createOutputStream() 68 new raw_fd_ostream(FullPath, E, sys::fs::FA_Read | sys::fs::FA_Write); in createOutputStream()
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 35 SmallString<256> FullPath; in getOutputPath() local 38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath() 41 sys::path::append(FullPath, getCoverageDir()); in getOutputPath() 45 sys::path::append(FullPath, sys::path::relative_path(ParentPath)); in getOutputPath() 48 sys::path::append(FullPath, PathFilename); in getOutputPath() 50 return FullPath.str(); in getOutputPath() 59 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream() local 61 auto ParentDir = sys::path::parent_path(FullPath); in createOutputStream() 66 raw_ostream *RawStream = new raw_fd_ostream(FullPath, E, sys::fs::F_RW); in createOutputStream()
|
/external/llvm-project/clang-tools-extra/clang-tidy/portability/ |
D | RestrictSystemIncludesCheck.cpp | 29 SmallString<256> FullPath; in InclusionDirective() local 30 llvm::sys::path::append(FullPath, SearchPath); in InclusionDirective() 31 llvm::sys::path::append(FullPath, RelativePath); in InclusionDirective() 35 HashLoc, FilenameRange, FileName, FullPath.str(), in InclusionDirective()
|
D | RestrictSystemIncludesCheck.h | 63 StringRef Filename, StringRef FullPath, bool IsInMainFile) in IncludeDirective() 64 : Loc(Loc), Range(Range), IncludeFile(Filename), IncludePath(FullPath), in IncludeDirective()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | os_version_check.c | 165 char FullPath[strlen(PListPathPrefix) + strlen(PListPath) + 1]; in _initializeAvailabilityCheck() local 166 strcpy(FullPath, PListPathPrefix); in _initializeAvailabilityCheck() 167 strcat(FullPath, PListPath); in _initializeAvailabilityCheck() 168 PListPath = FullPath; in _initializeAvailabilityCheck()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | YAMLRemarkParser.cpp | 144 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()
|
D | BitstreamRemarkParser.cpp | 421 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath() local 422 sys::path::append(FullPath, *ExternalFilePath); in processExternalFilePath() 428 MemoryBuffer::getFile(FullPath); in processExternalFilePath() 430 return createFileError(FullPath, EC); in processExternalFilePath()
|
/external/llvm-project/llvm/lib/Remarks/ |
D | YAMLRemarkParser.cpp | 143 SmallString<80> FullPath; in createYAMLParserFromMeta() local 145 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta() 146 sys::path::append(FullPath, ExternalFilePath); in createYAMLParserFromMeta() 150 MemoryBuffer::getFile(FullPath); in createYAMLParserFromMeta() 152 return createFileError(FullPath, EC); in createYAMLParserFromMeta()
|
D | BitstreamRemarkParser.cpp | 420 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath() local 421 sys::path::append(FullPath, *ExternalFilePath); in processExternalFilePath() 427 MemoryBuffer::getFile(FullPath); in processExternalFilePath() 429 return createFileError(FullPath, EC); in processExternalFilePath()
|
/external/llvm-project/llvm/tools/llvm-libtool-darwin/ |
D | llvm-libtool-darwin.cpp | 130 Expected<std::string> FullPath = searchForFile( in processCommandLineLibraries() local 132 if (!FullPath) in processCommandLineLibraries() 133 return FullPath.takeError(); in processCommandLineLibraries() 134 InputFiles.push_back(FullPath.get()); in processCommandLineLibraries()
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
D | Marshalling.cpp | 320 llvm::SmallString<256> FullPath = llvm::StringRef(LocalIndexRoot); in relativePathToURI() local 321 append(FullPath, RelativePath); in relativePathToURI() 322 auto Result = URI::createFile(FullPath); in relativePathToURI()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 1201 SmallString<256> FullPath; in parseEntry() local 1203 FullPath = FS->getExternalContentsPrefixDir(); in parseEntry() 1204 assert(!FullPath.empty() && in parseEntry() 1206 llvm::sys::path::append(FullPath, Value); in parseEntry() 1208 FullPath = Value; in parseEntry() 1214 FullPath = sys::path::remove_leading_dotslash(FullPath); in parseEntry() 1215 sys::path::remove_dots(FullPath, /*remove_dot_dot=*/true); in parseEntry() 1217 ExternalContentsPath = FullPath.str(); in parseEntry()
|
/external/libchrome/base/files/ |
D | scoped_temp_dir_unittest.cc | 15 TEST(ScopedTempDir, FullPath) { in TEST() argument
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 513 FString FullPath; member 654 FString path = DirPrefix + dirItem.FullPath; in GetStream() 806 di.FullPath = name; in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1396 SmallString<256> FullPath; in parseEntry() local 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()
|
/external/llvm-project/clang/lib/AST/ |
D | VTableBuilder.cpp | 3429 FullPathTy &FullPath, in findPathsToSubobject() argument 3432 Paths.push_back(FullPath); in findPathsToSubobject() 3443 FullPath.insert(BaseSubobject(Base, NewOffset)); in findPathsToSubobject() 3445 IntroducingObject, FullPath, Paths); in findPathsToSubobject() 3446 FullPath.pop_back(); in findPathsToSubobject() 3468 const FullPathTy &FullPath) { in getOffsetOfFullPath() argument 3472 for (const BaseSubobject &BSO : FullPath) { in getOffsetOfFullPath() 3572 FullPathTy FullPath; in computeFullPathsForVFTables() local 3577 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables() 3579 FullPath.clear(); in computeFullPathsForVFTables()
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3409 FullPathTy &FullPath, in findPathsToSubobject() argument 3412 Paths.push_back(FullPath); in findPathsToSubobject() 3423 FullPath.insert(BaseSubobject(Base, NewOffset)); in findPathsToSubobject() 3425 BaseWithVPtr, FullPath, Paths); in findPathsToSubobject() 3426 FullPath.pop_back(); in findPathsToSubobject() 3449 const FullPathTy &FullPath) { in getOffsetOfFullPath() argument 3453 for (const BaseSubobject &BSO : FullPath) { in getOffsetOfFullPath() 3553 FullPathTy FullPath; in computeFullPathsForVFTables() local 3558 BaseSubobject(Info->BaseWithVPtr, Info->FullOffsetInMDC), FullPath, in computeFullPathsForVFTables() 3560 FullPath.clear(); in computeFullPathsForVFTables()
|
/external/llvm-project/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1439 SmallString<256> FullPath; in parseEntry() local 1441 FullPath = FS->getExternalContentsPrefixDir(); in parseEntry() 1442 assert(!FullPath.empty() && in parseEntry() 1444 llvm::sys::path::append(FullPath, Value); in parseEntry() 1446 FullPath = Value; in parseEntry() 1451 FullPath = canonicalize(FullPath); in parseEntry() 1452 ExternalContentsPath = FullPath.str(); in parseEntry()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 89 SmallString<2*MAX_PATH> FullPath("\\\\?\\"); 94 FullPath.append(CurPath); 106 llvm::sys::path::remove_filename(FullPath); 108 llvm::sys::path::append(FullPath, *I); 110 return UTF8ToUTF16(FullPath, Path16);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 728 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()
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 89 SmallString<2*MAX_PATH> FullPath("\\\\?\\"); 94 FullPath.append(CurPath); 106 llvm::sys::path::remove_filename(FullPath); 108 llvm::sys::path::append(FullPath, *I); 110 return UTF8ToUTF16(FullPath, Path16);
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 785 std::string FullPath; in verifyDebugLineRows() local 788 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows() 791 auto It = FullPathMap.find(FullPath); in verifyDebugLineRows() 793 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 91 SmallString<2*MAX_PATH> FullPath("\\\\?\\"); 96 FullPath.append(CurPath); 111 llvm::sys::path::remove_filename(FullPath); 113 llvm::sys::path::append(FullPath, *I); 115 return UTF8ToUTF16(FullPath, Path16);
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 110 SmallString<2 * MAX_PATH> FullPath(LongPathPrefix); 112 FullPath.append("UNC\\"); 113 FullPath.append(Path8Str.begin() + 2, Path8Str.end()); 115 FullPath.append(Path8Str); 117 return UTF8ToUTF16(FullPath, Path16);
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | BackgroundIndexTests.cpp | 153 std::string FullPath = testPath(Cmd.Filename); in TEST_F() local 154 CDB.setCompileCommand(FullPath, std::move(Cmd)); in TEST_F()
|