Searched refs:AbsolutePath (Results 1 – 14 of 14) sorted by relevance
12 def AbsolutePath(path): function16 '-I', AbsolutePath('src'),17 '-I', AbsolutePath('test'),
25 std::string SourceFileMap::AbsolutePath(SourceId file) { in AbsolutePath() function in v8::internal::torque::SourceFileMap
94 static std::string AbsolutePath(SourceId file);
34 auto maybe_content = ReadFile(SourceFileMap::AbsolutePath(source_id)); in ReadAndParseTorqueFile()
75 const std::string& file = SourceFileMap::AbsolutePath(pos.source); in EmitSourcePosition()
92 const std::string& file = SourceFileMap::AbsolutePath(pos.source); in EmitSourcePosition()
72 std::string error_file = SourceFileMap::AbsolutePath(source); in ResetCompilationErrorDiagnostics()120 id.IsValid() ? SourceFileMap::AbsolutePath(id) : "<unknown>"; in GetOrCreateNotificationForSource()
244 set_uri(SourceFileMap::AbsolutePath(position.source)); in JSON_OBJECT_ACCESSORS()
571 SmallString<16> AbsolutePath; in parseDWO() local574 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()576 sys::path::append(AbsolutePath, *DWOFileName); in parseDWO()580 auto DWOContext = Context.getDWOContext(AbsolutePath); in parseDWO()
1293 DWARFContext::getDWOContext(StringRef AbsolutePath) { in getDWOContext() argument1299 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()1324 return object::ObjectFile::createObjectFile(AbsolutePath); in getDWOContext()
342 std::shared_ptr<DWARFContext> getDWOContext(StringRef AbsolutePath);
338 TEST(CanonicalizePath, AbsolutePath) { in TEST() argument
1063 SmallString<128> AbsolutePath; in setCurrentWorkingDirectory() local1064 Path.toVector(AbsolutePath); in setCurrentWorkingDirectory()1065 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()1067 WorkingDirectory = AbsolutePath.str(); in setCurrentWorkingDirectory()
41942 base::FilePath path = gallery.AbsolutePath();