Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dcollect_exported_headers.cpp51 llvm::SmallString<256> norm_path(path); in NormalizePath() local
52 if (llvm::sys::fs::make_absolute(norm_path)) { in NormalizePath()
55 llvm::sys::path::remove_dots(norm_path, /* remove_dot_dot = */ true); in NormalizePath()
57 if (llvm::sys::path::replace_path_prefix(norm_path, root_dir, "")) { in NormalizePath()
59 return llvm::sys::path::relative_path(norm_path.str()).str(); in NormalizePath()
61 return std::string(norm_path); in NormalizePath()