Home
last modified time | relevance | path

Searched refs:root_dir_ (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dast_util.h34 : translation_unit_source_(translation_unit_source), root_dir_(root_dir) { in ASTCaches()
38 const std::string root_dir_; member
Dast_processing.cpp36 PrintNormalizedPath(const std::string root_dir) : root_dir_(root_dir) {} in PrintNormalizedPath()
39 return utils::NormalizePath(path.str(), root_dir_); in remapPath()
43 const std::string root_dir_; member in header_checker::dumper::PrintNormalizedPath
109 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_)) { in ShouldSkipFunctionDecl()
180 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_); in TraverseDecl()
211 PrintNormalizedPath callbacks(options_.root_dir_); in HandleTranslationUnit()
218 ABIWrapper::GetDeclSourceFile(translation_unit, cip_, options_.root_dir_), in HandleTranslationUnit()
219 options_.root_dir_); in HandleTranslationUnit()
Dheader_checker.h33 const std::string root_dir_; variable
47 root_dir_(std::move(root_dir)), text_format_(text_format), in HeaderCheckerOptions()
Dabi_wrappers.cpp91 return GetDeclSourceFile(decl, cip, ast_caches_->root_dir_); in GetCachedDeclSourceFile()