Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dcollect_exported_headers.cpp40 std::string RealPath(const std::string &path) { in RealPath() function
84 exported_headers->insert(RealPath(file_path)); in CollectExportedHeaderSet()
Dheader_abi_util.h29 std::string RealPath(const std::string &path);
/development/vndk/tools/header-checker/src/dumper/
Dheader_checker.cpp45 using header_checker::utils::RealPath;
138 HeaderCheckerOptions options(RealPath(header_file), out_dump, in main()
Dabi_wrappers.cpp82 return utils::RealPath(file_name.str()); in GetDeclSourceFile()