Home
last modified time | relevance | path

Searched refs:AbsolutePath (Results 1 – 14 of 14) sorted by relevance

/third_party/vixl/
D.ycm_extra_conf.py12 def AbsolutePath(path): function
16 '-I', AbsolutePath('src'),
17 '-I', AbsolutePath('test'),
/third_party/node/deps/v8/src/torque/
Dsource-positions.cc25 std::string SourceFileMap::AbsolutePath(SourceId file) { in AbsolutePath() function in v8::internal::torque::SourceFileMap
Dsource-positions.h94 static std::string AbsolutePath(SourceId file);
Dtorque-compiler.cc34 auto maybe_content = ReadFile(SourceFileMap::AbsolutePath(source_id)); in ReadAndParseTorqueFile()
Dcc-generator.cc75 const std::string& file = SourceFileMap::AbsolutePath(pos.source); in EmitSourcePosition()
Dcsa-generator.cc92 const std::string& file = SourceFileMap::AbsolutePath(pos.source); in EmitSourcePosition()
/third_party/node/deps/v8/src/torque/ls/
Dmessage-handler.cc72 std::string error_file = SourceFileMap::AbsolutePath(source); in ResetCompilationErrorDiagnostics()
120 id.IsValid() ? SourceFileMap::AbsolutePath(id) : "<unknown>"; in GetOrCreateNotificationForSource()
Dmessage.h244 set_uri(SourceFileMap::AbsolutePath(position.source)); in JSON_OBJECT_ACCESSORS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp571 SmallString<16> AbsolutePath; in parseDWO() local
574 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
576 sys::path::append(AbsolutePath, *DWOFileName); in parseDWO()
580 auto DWOContext = Context.getDWOContext(AbsolutePath); in parseDWO()
DDWARFContext.cpp1293 DWARFContext::getDWOContext(StringRef AbsolutePath) { in getDWOContext() argument
1299 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
1324 return object::ObjectFile::createObjectFile(AbsolutePath); in getDWOContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h342 std::shared_ptr<DWARFContext> getDWOContext(StringRef AbsolutePath);
/third_party/ninja/src/
Dutil_test.cc338 TEST(CanonicalizePath, AbsolutePath) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1063 SmallString<128> AbsolutePath; in setCurrentWorkingDirectory() local
1064 Path.toVector(AbsolutePath); in setCurrentWorkingDirectory()
1065 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()
1067 WorkingDirectory = AbsolutePath.str(); in setCurrentWorkingDirectory()
/third_party/chromium/patch/
D0003-ohos-1115.patch41942 base::FilePath path = gallery.AbsolutePath();