Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dcollect_exported_headers.cpp41 char file_abs_path[PATH_MAX]; in RealPath() local
42 if (realpath(path.c_str(), file_abs_path) == nullptr) { in RealPath()
45 return file_abs_path; in RealPath()