Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dfile.h19 static std::string AbsPath(const std::string &path);
H A Dfile.cpp16 std::string File::AbsPath(const std::string &path) in AbsPath() function in File
H A Doption.cpp235 std::string srcAbsPath(Util::File::AbsPath(srcName)); in SetSourceOption()
H A Dparser.cpp147 auto includeAbsPath = Util::File::AbsPath(includePath); in ProcessInclude()