Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp147 auto includeAbsPath = Util::File::AbsPath(includePath); in ProcessInclude() local
148 if (includeAbsPath.empty()) { in ProcessInclude()
154 includeList.push_back(includeAbsPath); in ProcessInclude()