Home
last modified time | relevance | path

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

/external/cronet/third_party/metrics_proto/
DPRESUBMIT_test.py18 def FullPath(path): function
26 input_api.files = [MockAffectedFile(FullPath('somefile.proto'), 'some diff')]
32 MockAffectedFile(FullPath('somefile.proto'), 'some diff'),
33 MockAffectedFile(FullPath(PRESUBMIT.README), 'some diff'),
40 MockAffectedFile(FullPath(PRESUBMIT.README), 'some diff'),
48 MockAffectedFile(FullPath('PRESUBMIT.py'), 'some diff'),
49 MockAffectedFile(FullPath('PRESUBMIT_test.py'), 'some diff'),
50 MockAffectedFile(FullPath('OWNERS'), 'some diff'),
58 MockAffectedFile(FullPath('PRESUBMIT.py'), 'some diff'),
59 MockAffectedFile(FullPath('PRESUBMIT_test.py'), 'some diff'),
[all …]
/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp35 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/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
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()
DBitstreamRemarkParser.cpp421 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/clang/lib/Basic/
DVirtualFileSystem.cpp1201 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/
Dscoped_temp_dir_unittest.cc15 TEST(ScopedTempDir, FullPath) { in TEST() argument
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp513 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/
DVirtualFileSystem.cpp1396 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/cronet/base/files/
Dscoped_temp_dir_unittest.cc20 TEST(ScopedTempDir, FullPath) { in TEST() argument
/external/clang/lib/AST/
DVTableBuilder.cpp3409 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/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc89 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/
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()
/external/llvm/lib/Support/Windows/
DPath.inc89 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/Support/Windows/
DPath.inc91 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
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()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp110 StringRef FullPath = getFullFilepath(F); in maybeRecordFile() local
111 NextId = OS.EmitCVFileDirective(NextId, FullPath); in maybeRecordFile()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1196 PWCHAR FullPath; member