Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hc-gen/src/
Doption.cpp235 std::string srcAbsPath(Util::File::AbsPath(srcName)); in SetSourceOption() local
236 if (srcAbsPath.empty()) { in SetSourceOption()
242 sourceName_ = srcAbsPath; in SetSourceOption()
243 sourceNameBase_ = Util::File::FileNameBase(srcAbsPath); in SetSourceOption()