Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/header-abi-util/src/
Dcollect_exported_headers.cpp40 std::string RealPath(const std::string &path) { in RealPath() function
83 exported_headers->insert(RealPath(file_path)); in CollectExportedHeaderSet()
/development/vndk/tools/header-checker/header-abi-util/include/
Dheader_abi_util.h35 std::string RealPath(const std::string &path);
/development/vndk/tools/header-checker/header-abi-dumper/src/
Dabi_wrappers.cpp150 return abi_util::RealPath(file_name.str()); in GetDeclSourceFile()