Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dfile.h31 inline std::string GetPath() const in GetPath() function
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
Dlexer.h37 return (file_ != nullptr) ? file_->GetPath() : ""; in GetFilePath()
Dlexer.cpp225 token.location.filePath = file_->GetPath(); in InitCurToken()