Searched refs:root_dir_ (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_util.h | 34 : translation_unit_source_(translation_unit_source), root_dir_(root_dir) { in ASTCaches() 38 const std::string root_dir_; member
|
D | ast_processing.cpp | 36 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()
|
D | header_checker.h | 33 const std::string root_dir_; variable 47 root_dir_(std::move(root_dir)), text_format_(text_format), in HeaderCheckerOptions()
|
D | abi_wrappers.cpp | 91 return GetDeclSourceFile(decl, cip, ast_caches_->root_dir_); in GetCachedDeclSourceFile()
|